mkcshadow: fix typo s/_C_Swamp_/_C_Swamp/.

2000-05-16  Nathan C. Myers  <ncm@cantrip.org>

       * mkcshadow: fix typo s/_C_Swamp_/_C_Swamp/.

From-SVN: r33938
This commit is contained in:
Nathan C. Myers 2000-05-16 17:42:23 +00:00 committed by Benjamin Kosnik
parent 032cc9556e
commit a5c0553d76
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-05-16 Nathan C. Myers <ncm@cantrip.org>
* mkcshadow: fix typo s/_C_Swamp_/_C_Swamp/.
2000-05-16 Phil Edwards <pme@sourceware.cygnus.com>
* acinclude.m4: Fix typo, switch to decaf...

View File

@ -73,7 +73,7 @@ while read header; do
namespace _C_Swamp { namespace _C_Shadow { } }
using namespace ::_C_Swamp::_C_Shadow;
namespace _C_Swamp_ {
namespace _C_Swamp {
extern "C" {
# define _IN_C_SWAMP_
# include_next <${header}>