rulebrk.c includes this header, so we can't have c++

comment delims (//) we need to stick with c ones (/* ... */)
Fixing bustage!
This commit is contained in:
jdunn%netscape.com 2001-09-27 12:41:06 +00:00
parent 5b54fc6aa3
commit c6f6fd997c

View File

@ -36,7 +36,7 @@
#ifndef nsComObsolete_h__
#define nsComObsolete_h__
// These _IMPL_NS_* defines should move into their own directories.
/* These _IMPL_NS_* defines should move into their own directories. */
#ifdef _IMPL_NS_BASE
#define NS_BASE NS_EXPORT
#else