Date:2011-03-23 09:25:22 (13 years 6 days ago)
Author:werner
Commit:335ddb6e1d2fda25687203c80ffb09516d5f497f
Message:fpd.y: dump() requires a dummy "one" argument here too, oops

git-svn-id: http://svn.openmoko.org/trunk/eda/fped@6005 99fdad57-331a-0410-800a-d7fa5415bdb3
Files: fpd.y (1 diff)

Change Details

fpd.y
675675        }
676676    | TOK_DBG_DUMP
677677        {
678            if (!dump(stdout)) {
678            if (!dump(stdout, NULL)) {
679679                perror("stdout");
680680                exit(1);
681681            }

Archive Download the corresponding diff file

Branches:
master



interactive