diff src/lex.h @ 440:e27d10f2e573

[project @ 1994-05-30 03:33:37 by jwe]
author jwe
date Mon, 30 May 1994 03:33:37 +0000 (1994-05-30)
parents 0b52c68ec81f
children dfe01093f657
line wrap: on
line diff
--- a/src/lex.h
+++ b/src/lex.h
@@ -96,6 +96,10 @@
 // Return transpose or start a string?
 extern int quote_is_transpose;
 
+// Nonzero means we thing we are looking at the beginning of a
+// function definition.
+extern int beginning_of_function;
+
 #endif
 
 /*