Updated build Nr's

This commit is contained in:
Patrick Mast
1999-06-19 08:56:20 +00:00
parent 95ba1e9b3b
commit 0574e1ab81
3 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -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
*/

View File

@@ -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>