Mailing List Archive

svn commit: rev 6640 - incubator/spamassassin/trunk/spamc/replace
Author: mss
Date: Fri Feb 13 12:06:22 2004
New Revision: 6640

Modified:
incubator/spamassassin/trunk/spamc/replace/getopt.h
Log:
Just a small change, feels better.


Modified: incubator/spamassassin/trunk/spamc/replace/getopt.h
==============================================================================
--- incubator/spamassassin/trunk/spamc/replace/getopt.h (original)
+++ incubator/spamassassin/trunk/spamc/replace/getopt.h Fri Feb 13 12:06:22 2004
@@ -15,8 +15,8 @@
* </@LICENSE>
*/

-#ifndef GETOPT_H
-#define GETOPT_H
+#ifndef REPLACE_GETOPT_H
+#define REPLACE_GETOPT_H

#ifdef WIN32

@@ -29,4 +29,5 @@

#endif /* WIN32 */

-#endif /* GETOPT_H */
+#endif /* REPLACE_GETOPT_H */
+