aboutsummaryrefslogtreecommitdiff
path: root/lib/lexnum.h
blob: a2742a2a8c4b7ee7dc0e5258342f874b3e84f0a1 (plain) (blame)
1
2
3
4
5
6
7
# LEXNUM.H -- Token codes returned by lexnum.

define	LEX_OCTAL	-4		# reduce octal
define	LEX_DECIMAL	-3		# reduce decimal
define	LEX_HEX		-2		# reduce hex
define	LEX_REAL	-1		# reduce real
define	LEX_NONNUM	0		# reduce non-numeric