Mercurial > hg > octave-lyh
comparison src/symtab.h @ 2790:ecc1a12678de
[project @ 1997-03-05 02:47:54 by jwe]
author | jwe |
---|---|
date | Wed, 05 Mar 1997 02:47:55 +0000 |
parents | 68c5868dbe83 |
children | ef422e6f6138 |
comparison
equal
deleted
inserted
replaced
2789:e68dcf8ffd33 | 2790:ecc1a12678de |
---|---|
319 symbol_record table[HASH_TABLE_SIZE]; | 319 symbol_record table[HASH_TABLE_SIZE]; |
320 }; | 320 }; |
321 | 321 |
322 extern int valid_identifier (const char *s); | 322 extern int valid_identifier (const char *s); |
323 | 323 |
324 extern int valid_identifier (const string& s); | |
325 | |
324 #endif | 326 #endif |
325 | 327 |
326 /* | 328 /* |
327 ;;; Local Variables: *** | 329 ;;; Local Variables: *** |
328 ;;; mode: C++ *** | 330 ;;; mode: C++ *** |