diff options
author | Richard Stallman <rms@gnu.org> | 1992-01-28 03:34:46 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-01-28 03:34:46 +0000 |
commit | 5b879759e9662176d1c91193cdc0bc52ca452d36 (patch) | |
tree | 26250edf5d5a3e9244791386d8cc73fe81c2316a /gcc/gbl-ctors.h | |
parent | f0b7c5aafde0a01ce640de5d179f13401c458486 (diff) | |
download | gcc-5b879759e9662176d1c91193cdc0bc52ca452d36.zip gcc-5b879759e9662176d1c91193cdc0bc52ca452d36.tar.gz gcc-5b879759e9662176d1c91193cdc0bc52ca452d36.tar.bz2 |
*** empty log message ***
From-SVN: r242
Diffstat (limited to 'gcc/gbl-ctors.h')
-rw-r--r-- | gcc/gbl-ctors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gbl-ctors.h b/gcc/gbl-ctors.h index 23d255c..5a37661 100644 --- a/gcc/gbl-ctors.h +++ b/gcc/gbl-ctors.h @@ -1,6 +1,6 @@ /* Definitions relating to the special __do_global_init function used for getting g++ file-scope static objects constructed. This file - wil get included either by libgcc2.c (for systems that don't support + will get included either by libgcc2.c (for systems that don't support a .init section) or by crtstuff.c (for those that do). Written by Ron Guilmette (rfg@ncd.com) |