whitespace

This commit is contained in:
Bill Currie 2002-06-26 14:45:00 +00:00
parent 00d72be48d
commit 50af936a29

View file

@ -35,7 +35,7 @@
typedef struct pr_auxfunction_s {
unsigned int function; // function def this aux info is for
unsigned int source_line; // first source line for this function
unsigned int line_info; // index to first lineno entry
unsigned int line_info; // index to first lineno entry
unsigned int local_defs; // index to the first local def
unsigned int num_locals; // number of local defs
} pr_auxfunction_t;