comparison src/utils.cc @ 4182:4d1d7c51205c

[project @ 2002-11-15 20:33:47 by jwe]
author jwe
date Fri, 15 Nov 2002 20:33:47 +0000
parents 6b96ce9f5743
children 8ad52ec4f374
comparison
equal deleted inserted replaced
4181:dd2abf428f5d 4182:4d1d7c51205c
74 // an error? A positive value means yes. A negative value means 74 // an error? A positive value means yes. A negative value means
75 // yes, but print a warning message. Zero means it should be 75 // yes, but print a warning message. Zero means it should be
76 // considered an error. 76 // considered an error.
77 static int Vtreat_neg_dim_as_zero; 77 static int Vtreat_neg_dim_as_zero;
78 78
79 // Top level context (?)
80 extern jmp_buf toplevel;
81
82 // Return TRUE if S is a valid identifier. 79 // Return TRUE if S is a valid identifier.
83 80
84 bool 81 bool
85 valid_identifier (const char *s) 82 valid_identifier (const char *s)
86 { 83 {