diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-27 12:48:07 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-27 12:48:07 +0000 |
commit | 0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70 (patch) | |
tree | c2f7682329bf354ca96d9ae19d6a6cfe4312c16a /gcc/stab.def | |
parent | b9b575e6b5d26806b2d45c1d5c392fa2c2734de2 (diff) | |
download | gcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.zip gcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.tar.gz gcc-0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70.tar.bz2 |
LANGUAGES: Follow spelling conventions.
* LANGUAGES: Follow spelling conventions.
* rtl.def: Likewise.
* sbitmap.c: Likewise.
* sched-int.h: Likewise.
* sched-rgn.c: Likewise.
* sibcall.c: Likewise.
* simplify-rtx.c: Likewise.
* ssa.c: Likewise.
* stab.def: Likewise.
* stmt.c: Likewise.
* stor-layout.c: Likewise.
* target.h: Likewise.
* timevar.c: Likewise.
* toplev.c: Likewise.
* tree-dump.c: Likewise.
* tree-inline.c: Likewise.
* tree.c: Likewise.
* tree.def: Likewise.
* tree.h: Likewise.
* unroll.c: Likewise.
* varasm.c: Likewise.
* vmsdbgout.c: Likewise.
* treelang/treelang.texi: Likewise.
* treelang/treetree.c: Likewise.
From-SVN: r57587
Diffstat (limited to 'gcc/stab.def')
-rw-r--r-- | gcc/stab.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stab.def b/gcc/stab.def index 81d442a..e0191ca 100644 --- a/gcc/stab.def +++ b/gcc/stab.def @@ -84,7 +84,7 @@ __define_stab (N_BSLINE, 0x48, "BSLINE") __define_stab (N_BROWS, 0x48, "BROWS") /* GNU Modula-2 definition module dependency. Value is the modification time - of the definition file. Other is non-zero if it is imported with the + of the definition file. Other is nonzero if it is imported with the GNU M2 keyword %INITIALIZE. Perhaps N_M2C can be used if there are enough empty fields? */ __define_stab(N_DEFD, 0x4a, "DEFD") |