diff --git a/Rebuild_manual.txt b/Rebuild_manual.txt index da9375e..b385c3b 100644 --- a/Rebuild_manual.txt +++ b/Rebuild_manual.txt @@ -240,6 +240,14 @@ When the macros are disabled you will instead see code that looks like this: ... TAG_END), +This option has been added partly to allow for user preference in generated +code but also because GCC does not handle these macro's correctly unless +additional compile options are specified. So this gives the user the option +to generate code that does not use these macros. The alternative for GCC is +to use the -DNO_INLINE_STDARG parameter when compiling. + + + 7. Tips on working with the rebuild generated source code. Here is an example of some C code generated by rebuild. I have annotated it diff --git a/rebuild.e b/rebuild.e index c8fa9f1..0154061 100644 --- a/rebuild.e +++ b/rebuild.e @@ -53,7 +53,7 @@ OPT OSVERSION=37,LARGE '*getColorObject','*gradSliderObject','*tapeDeckObject','*textEditorObject','*ledObject','*listViewObject', '*virtualObject','*sketchboardObject','*tabsObject' -#define vernum '1.1.0-dev' +#define vernum '1.1.0' #date verstring '$VER:Rebuild 1.1.0-%Y%m%d%h%n%s' #ifndef EVO_3_7_0