Some compilers also object to #endif's with any non-comment tokens after them. Fixed.

This commit is contained in:
briano%netscape.com 1999-07-26 21:08:51 +00:00
parent 5f1f4976b5
commit 5923fce74f

View File

@ -31,4 +31,4 @@ public:
}
};
#endif _NS_PRINCIPAL_TOOLS_H_
#endif /* _NS_PRINCIPAL_TOOLS_H_ */