diff src/bytecode.h @ 233:52952cbfc5b5 r20-5b15

Import from CVS: tag r20-5b15
author cvs
date Mon, 13 Aug 2007 10:14:14 +0200
parents 3d6bfa290dbd
children c5d627a313b1
line wrap: on
line diff
--- a/src/bytecode.h	Mon Aug 13 10:13:49 2007 +0200
+++ b/src/bytecode.h	Mon Aug 13 10:14:14 2007 +0200
@@ -39,7 +39,8 @@
 #define COMPILED_INTERACTIVE 5
 #define COMPILED_DOMAIN 6
 
-#define COMPILED_FUNCTION_ANNOTATION_HACK
+/* It doesn't make sense to have this and also have load-history */
+/* #define COMPILED_FUNCTION_ANNOTATION_HACK */
 
 struct Lisp_Compiled_Function
 {