From 0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db Mon Sep 17 00:00:00 2001 From: Urs Janssen Date: Sun, 17 Feb 2013 00:48:51 +0100 Subject: add version number to manpage avoid c++/c99 style comments in preprocessor directives avoid leadings whitespaces in preprocessor directives mention implemented variable length arrays in documentation fixed ambiguous option in texi2html call (Austin English) --- il-gen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'il-gen.c') diff --git a/il-gen.c b/il-gen.c index c9b7806..170f436 100644 --- a/il-gen.c +++ b/il-gen.c @@ -53,11 +53,11 @@ const int reg_classes[NB_REGS] = { #define REG_FRET REG_ST0 /* float return register */ /* defined if function parameters must be evaluated in reverse order */ -//#define INVERT_FUNC_PARAMS +/* #define INVERT_FUNC_PARAMS */ /* defined if structures are passed as pointers. Otherwise structures are directly pushed on stack. */ -//#define FUNC_STRUCT_PARAM_AS_PTR +/* #define FUNC_STRUCT_PARAM_AS_PTR */ /* pointer size, in bytes */ #define PTR_SIZE 4 -- cgit v1.3.1