aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index 48a29c22d55..f719b036d14 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -27,7 +27,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
27#include "keyboard.h" 27#include "keyboard.h"
28#include "syntax.h" 28#include "syntax.h"
29#include "window.h" 29#include "window.h"
30#include "puresize.h"
31 30
32/* Define BYTE_CODE_SAFE true to enable some minor sanity checking, 31/* Define BYTE_CODE_SAFE true to enable some minor sanity checking,
33 useful for debugging the byte compiler. It defaults to false. */ 32 useful for debugging the byte compiler. It defaults to false. */