Artifact 305c42d48ae056be92c1eebd0601b4c8eeaf58c20c612576ab379b807094c88b:
- File
mttroot/patches/p2c/p2c-1.21alpha2/parse.c.diff
— part of check-in
[3a803964f3]
at
2004-07-31 20:04:08
on branch origin/master
— Patches to allow the user to increase the buffer size of p2c.
(useful if very long lines occur when building with -c option (deprecated)). (user: geraint@users.sourceforge.net, size: 470) [annotate] [blame] [check-ins using] [more...] - File patches/p2c/p2c-1.21alpha2/parse.c.diff — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 470) [annotate] [blame] [check-ins using]
*** p2c-1.22/src/parse.c Tue Mar 16 09:28:20 1999 --- p2c-1.22-dev/src/parse.c Tue Jan 30 16:30:40 2001 *************** int p_search(fname, ext, need) *** 5477,5483 **** char *fname, *ext; int need; { ! char infnbuf[300]; FILE *fp; Meaning *mod; int savesysprog, savecopysource; --- 5477,5483 ---- char *fname, *ext; int need; { ! char infnbuf[buffersize]; FILE *fp; Meaning *mod; int savesysprog, savecopysource;