Skip to content
Snippets Groups Projects
Commit 1070ae16 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added SHARED_NODES.

Rev: src/acconfig.h:1.50
parent de2896a7
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: acconfig.h,v 1.49 1999/10/08 16:35:16 noring Exp $ * $Id: acconfig.h,v 1.50 1999/11/13 00:34:50 grubba Exp $
*/ */
#ifndef MACHINE_H #ifndef MACHINE_H
#define MACHINE_H #define MACHINE_H
...@@ -27,6 +27,9 @@ ...@@ -27,6 +27,9 @@
/* Define this to enable the internal bignum conversion */ /* Define this to enable the internal bignum conversion */
#undef AUTO_BIGNUM #undef AUTO_BIGNUM
/* Define this if you want to enable the shared nodes mode of the optimizer. */
#undef SHARED_NODES
/* The following four are used by smartlink */ /* The following four are used by smartlink */
/* Define this if your ld sets the run path with -rpath */ /* Define this if your ld sets the run path with -rpath */
#undef USE_RPATH #undef USE_RPATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment