[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 199.16



>>>>> "MF" == Matthew Flatt <mflatt@cs.utah.edu> writes:

    MF>  * schvers.h now defines MZSCHEME_VERSION,
    MF> MZSCHEME_VERSION_MAJOR, and MZSCHEME_VERSION_MINOR (instead of
    MF> VERSION), and [e]scheme.h includes schvers.h.

Matthew, I've noticed a latent problem: there are two copies of
schvers.h, escheme.h and scheme.h (and maybe others) in
collects/mzscheme/include and src/mzscheme/include/.

While the first two are identical, the scheme.h's differ a bit:


david:~/plt$ diff -u `find -name scheme.h`
--- ./collects/mzscheme/include/scheme.h        Tue Jun 26 10:22:48 2001
+++ ./src/mzscheme/include/scheme.h     Tue Jun 26 10:22:56 2001
@@ -15,7 +15,7 @@
 #define SCHEME_H
 
 /* The next line is used and set during installation: */
-#define INCLUDE_WITHOUT_PATHS
+/*III*/
 
 /*========================================================================*/
 /*                           configuration                                */


This seems to me rather dangerous. 

--alexm