Commit a5c0553d by Nathan C. Myers Committed by Benjamin Kosnik

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
parent 032cc955
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...
......
......@@ -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}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment