summaryrefslogtreecommitdiff
path: root/src/memref.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memref.h')
-rw-r--r--src/memref.h48
1 files changed, 22 insertions, 26 deletions
diff --git a/src/memref.h b/src/memref.h
index a26ac34..1138b63 100644
--- a/src/memref.h
+++ b/src/memref.h
@@ -1,28 +1,24 @@
-//
-// AUTHOR
-// N. Nielsen
-//
-// VERSION
-// 0.7
-//
-// LICENSE
-// This software is in the public domain.
-//
-// The software is provided "as is", without warranty of any kind,
-// express or implied, including but not limited to the warranties
-// of merchantability, fitness for a particular purpose, and
-// noninfringement. In no event shall the author(s) be liable for any
-// claim, damages, or other liability, whether in an action of
-// contract, tort, or otherwise, arising from, out of, or in connection
-// with the software or the use or other dealings in the software.
-//
-// SUPPORT
-// Send bug reports to: <nielsen@memberwebs.com>
-//
-
-
-#ifndef __MEMREF_H__20010827
-#define __MEMREF_H__20010827
+/*
+ * AUTHOR
+ * N. Nielsen
+ *
+ * LICENSE
+ * This software is in the public domain.
+ *
+ * The software is provided "as is", without warranty of any kind,
+ * express or implied, including but not limited to the warranties
+ * of merchantability, fitness for a particular purpose, and
+ * noninfringement. In no event shall the author(s) be liable for any
+ * claim, damages, or other liability, whether in an action of
+ * contract, tort, or otherwise, arising from, out of, or in connection
+ * with the software or the use or other dealings in the software.
+ *
+ * SUPPORT
+ * Send bug reports to: <nielsen@memberwebs.com>
+ */
+
+#ifndef __MEMREF_H__
+#define __MEMREF_H__
#ifdef _DEBUG
@@ -46,4 +42,4 @@ void _refrelease(void* pBuff);
#endif
-#endif //__MEMREF_H__20010827 \ No newline at end of file
+#endif /* __MEMREF_H__ */