Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/bin/sh



Module Name:    src
Committed By:   dholland
Date:           Thu Oct 16 14:36:40 UTC 2008

Modified Files:
        src/bin/sh: error.c input.c var.c var.h

Log Message:
Use "extern" properly for referencing globals defined in other modules.
Now builds cleanly with -warn-common.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/bin/sh/error.c
cvs rdiff -r1.40 -r1.41 src/bin/sh/input.c
cvs rdiff -r1.38 -r1.39 src/bin/sh/var.c
cvs rdiff -r1.23 -r1.24 src/bin/sh/var.h

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



Home | Main Index | Thread Index | Old Index