[Z88dk-commits] CVS: z88dk/src/z80asm modlink.c,1.105,1.106

Bridge to the z88dk-commits mailing list
Post Reply
pauloscustodio

[Z88dk-commits] CVS: z88dk/src/z80asm modlink.c,1.105,1.106

Post by pauloscustodio »

Update of /cvsroot/z88dk/z88dk/src/z80asm
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20223

Modified Files:
modlink.c
Log Message:
TK_EOF renamed TK_END

Index: modlink.c
===================================================================
RCS file: /cvsroot/z88dk/z88dk/src/z80asm/modlink.c,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** modlink.c 18 Mar 2014 22:44:03 -0000 1.105
--- modlink.c 29 Mar 2014 00:20:39 -0000 1.106
***************
*** 967,970 ****
--- 967,973 ----
/*
* $Log$
+ * Revision 1.106 2014/03/29 00:20:39 pauloscustodio
+ * TK_EOF renamed TK_END
+ *
* Revision 1.105 2014/03/18 22:44:03 pauloscustodio
* Scanner decodes a number into tok_number.
***************
*** 987,991 ****
*
* Revision 1.100 2014/03/11 23:34:00 pauloscustodio
! * Remove check for feof(z80asmfile), add token TK_EOF to return on EOF.
* Allows decoupling of input file used in scanner from callers.
* Removed TOTALLINES.
--- 990,994 ----
*
* Revision 1.100 2014/03/11 23:34:00 pauloscustodio
! * Remove check for feof(z80asmfile), add token TK_END to return on EOF.
* Allows decoupling of input file used in scanner from callers.
* Removed TOTALLINES.


------------------------------------------------------------------------------
Post Reply