Module Name:    pcc
Committed By:   ragge
Date:           Sat May 10 07:53:41 UTC 2008

Modified Files:
        pcc/f77/fcom: data.c defines.h equiv.c error.c exec.c expr.c ftypes.h
            gram.head init.c intr.c io.c lex.c main.c misc.c proc.c put.c
            putscj.c

Log Message:
Let defines.h include ftypes.h after pass2.h has been included, otherwise
a preprocessor check in ftypes.h will give the wrong result and suddenly
parts of the compiler thinks int is 16 bits.  Fixes one more NIST error.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pcc/f77/fcom/data.c pcc/f77/fcom/misc.c
cvs rdiff -u -r1.14 -r1.15 pcc/f77/fcom/defines.h pcc/f77/fcom/putscj.c
cvs rdiff -u -r1.9 -r1.10 pcc/f77/fcom/equiv.c pcc/f77/fcom/main.c
cvs rdiff -u -r1.7 -r1.8 pcc/f77/fcom/error.c
cvs rdiff -u -r1.12 -r1.13 pcc/f77/fcom/exec.c pcc/f77/fcom/init.c
cvs rdiff -u -r1.18 -r1.19 pcc/f77/fcom/expr.c
cvs rdiff -u -r1.3 -r1.4 pcc/f77/fcom/ftypes.h
cvs rdiff -u -r1.8 -r1.9 pcc/f77/fcom/gram.head
cvs rdiff -u -r1.11 -r1.12 pcc/f77/fcom/intr.c pcc/f77/fcom/io.c \
    pcc/f77/fcom/proc.c
cvs rdiff -u -r1.10 -r1.11 pcc/f77/fcom/lex.c
cvs rdiff -u -r1.15 -r1.16 pcc/f77/fcom/put.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to