19990919-17:14 GMT+1

This commit is contained in:
Viktor Szakats
1999-09-19 15:27:58 +00:00
parent 04f1dd6091
commit abcd85fbd6
3 changed files with 33 additions and 1 deletions

View File

@@ -57,6 +57,17 @@
*/
/*#define HARBOUR_STRICT_ANSI_C */
/* ***********************************************************************
* Define this option if you want the /y YACC trace option to be available
* in the Harbour compiler.
*
* Note that if you turn this on, the compiler will slighly grow in size.
*
* By default this is turned on.
* TODO: This should be disabled, when the parser has matured.
*/
#define HARBOUR_YYDEBUG
/* ***********************************************************************
* This symbol defines if we are trying to compile using GCC for OS/2
*
@@ -94,6 +105,10 @@
* This symbol defines if we want an ability to create and link OBJ files
* generated by Harbour compiler
*
* Note that the Virtual Machine support need a platform/compiler specific
* assembler module, so you will be able to use this only with 32 bits
* Borland C/C++ compilers.
*
* By default it is disabled (symbol is not defined)
*/
/*#define HARBOUR_OBJ_GENERATION*/