comparison src/parse.h @ 2165:83d91aa3759b

[project @ 1996-05-13 13:28:10 by jwe]
author jwe
date Mon, 13 May 1996 13:29:05 +0000
parents 003570e69c7b
children 8b262e771614
comparison
equal deleted inserted replaced
2164:269db7306980 2165:83d91aa3759b
49 extern int current_input_column; 49 extern int current_input_column;
50 50
51 // Buffer for help text snagged from function files. 51 // Buffer for help text snagged from function files.
52 extern string help_buf; 52 extern string help_buf;
53 53
54 extern void symbols_of_parse (void);
55
54 #endif 56 #endif
55 57
56 /* 58 /*
57 ;;; Local Variables: *** 59 ;;; Local Variables: ***
58 ;;; mode: C++ *** 60 ;;; mode: C++ ***