Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 91970 | Differences between
and this patch

Collapse All | Expand All

(-)plt.old/src/mzscheme/src/schminc.h (-1 / +1 lines)
Lines 10-18 Link Here
10
   `make startup' to recreate the cstartup.inc file, set
10
   `make startup' to recreate the cstartup.inc file, set
11
   EXPECTED_PRIM_COUNT to the new value, and then USE_COMPILED_STARTUP
11
   EXPECTED_PRIM_COUNT to the new value, and then USE_COMPILED_STARTUP
12
   can be set to 1 again.  */
12
   can be set to 1 again.  */
13
13
14
#define USE_COMPILED_STARTUP 0
14
#define USE_COMPILED_STARTUP 1
15
15
16
#define EXPECTED_PRIM_COUNT 816
16
#define EXPECTED_PRIM_COUNT 816
17
17
18
#ifdef MZSCHEME_SOMETHING_OMITTED
18
#ifdef MZSCHEME_SOMETHING_OMITTED

Return to bug 91970