summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-10-31 12:30:27 +0000
committerBruno Haible <bruno@clisp.org>2002-10-31 12:30:27 +0000
commit00c5953c20988612625afb377ca88e61c390aff8 (patch)
tree9f3cccfb41d86e2fc8232b1b75f3eea27cd7a573 /src/options.h
parenta07f46bd1d8e30fd1969da7119c95d88ed2054ce (diff)
downloadgperf-00c5953c20988612625afb377ca88e61c390aff8.tar.gz
Use the standard 'new' operator.
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/options.h b/src/options.h
index 0b5b88e..d4599dc 100644
--- a/src/options.h
+++ b/src/options.h
@@ -131,17 +131,6 @@ private:
/* Global option coordinator for the entire program. */
extern Options option;
-/* Set to 1 if your want to stack-allocate some large arrays.
- This requires compiler support for variable-size arrays on the stack
- (not ANSI). */
-#ifndef LARGE_STACK_ARRAYS
-#if defined(__GNUG__) && !defined(__STRICT_ANSI__)
-#define LARGE_STACK_ARRAYS 1
-#else
-#define LARGE_STACK_ARRAYS 0
-#endif
-#endif
-
#ifdef __OPTIMIZE__
#define INLINE inline