2012-09-19 14:39 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* harbour/doc/en/compiler.txt
    * updated to follow recent modifications in compiler code.
      Thanks to Alexey Myronenko.
This commit is contained in:
Przemyslaw Czerpak
2012-09-19 12:39:57 +00:00
parent 42ef1ccd5d
commit a87d2a211e
2 changed files with 8 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-09-19 14:39 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/doc/en/compiler.txt
* updated to follow recent modifications in compiler code.
Thanks to Alexey Myronenko.
2012-09-19 12:45 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/src/compiler/hbmain.c
! fixed bug intorduced in my last commit when - PCODE ofr empty

View File

@@ -119,10 +119,12 @@
*
* /ku strings in user encoding
*
* /kj turn off jump optimization in pcode
* /kd accept macros with declared symbols
*
* /km turn off macrotext substitution
*
* /kj turn off jump optimization in pcode
*
* /k? this info
*
* /l suppress line number information </par>