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

git-svn-id: svn://10.0.0.236/trunk@41160 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com 1999-07-26 21:08:51 +00:00
parent 82f6dccd4b
commit 8d28890907

View File

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