Updated build Nr's
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
19990619-09:49 CET Patrick Mast
|
||||
* Updated build numbers
|
||||
|
||||
19990619-09:40 CET Patrick Mast
|
||||
* tests\working\hscript\hscript.prg
|
||||
removed line 150
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
/*
|
||||
* Harbour lex rules.
|
||||
* Build 21: Spring 99
|
||||
* Build 27: Summer 99
|
||||
* Usage: flex -i -8 -oyylex.c harbour.l
|
||||
* You may find flex.exe at www.harbour-project.org
|
||||
*/
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
|
||||
/*
|
||||
* Harbour compiler (yacc rules and actions)
|
||||
* Build 26 proposal: spring 1999
|
||||
* Build 27 summer 1999
|
||||
* Usage: bison -d -v harbour.y
|
||||
* You may find Bison at www.harbour.project.org
|
||||
*/
|
||||
|
||||
#define BUILD 26 /* current harbour.y build */
|
||||
#define BUILD 27 /* current harbour.y build */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user