]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/portability/version.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / portability / version.hpp
index 027e131e766b9c152970701bee757158f280c2c7..852efce28e10bf3fdc74b6bd4c072eca995e1dd9 100644 (file)
@@ -1,24 +1,24 @@
-#ifndef STLPLUS_VERSION\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-//   Author:    Andy Rushton\r
-//   Copyright: (c) Southampton University 1999-2004\r
-//              (c) Andy Rushton           2004-2009\r
-//   License:   BSD License, see ../docs/license.html\r
-\r
-//   Contains just the STLplus version number\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "portability_fixes.hpp"\r
-#include <string>\r
-\r
-#define STLPLUS_VERSION "3.5"\r
-\r
-namespace stlplus\r
-{\r
-\r
-  std::string version(void);\r
-\r
-}\r
-////////////////////////////////////////////////////////////////////////////////\r
-#endif\r
+#ifndef STLPLUS_VERSION
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+//   Contains just the STLplus version number
+
+////////////////////////////////////////////////////////////////////////////////
+#include "portability_fixes.hpp"
+#include <string>
+
+#define STLPLUS_VERSION "3.5"
+
+namespace stlplus
+{
+
+  std::string version(void);
+
+}
+////////////////////////////////////////////////////////////////////////////////
+#endif
This page took 0.021171 seconds and 4 git commands to generate.