From: <bl...@us...> - 2003-05-25 18:04:55
|
Update of /cvsroot/cpptool/rfta/bug In directory sc8-pr-cvs1:/tmp/cvs-serv6782/bug Modified Files: List.txt Log Message: * found infinite loop cause: K&R function declaration. Index: List.txt =================================================================== RCS file: /cvsroot/cpptool/rfta/bug/List.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** List.txt 25 May 2003 17:27:40 -0000 1.11 --- List.txt 25 May 2003 18:04:52 -0000 1.12 *************** *** 191,194 **** --- 191,202 ---- } --- + Infinite loop when parsing K&R function declaration: audacity/getopt1.c + int + main (argc, argv) + int argc; + char **argv; + { + } + --- |