G

G Programming Language
git clone http://git.omkov.net/G
Log | Tree | Refs | README | Download

AuthorJakob Wakeling <[email protected]>
Date2021-12-08 06:39:43
Commitb2669e58611dd3ff79954a176900f743e5e86d46
Parent9fb3371fae9e536c6d56b2379fdf0f378641bcdd

util: Update util/alloc file headers

Diffstat

M src/util/alloc.c | 3 ++-
M src/util/alloc.h | 3 ++-

2 files changed, 4 insertions, 2 deletions

diff --git a/src/util/alloc.c b/src/util/alloc.c
index 3955e1d..ce7da7d 100644
--- a/src/util/alloc.c
+++ b/src/util/alloc.c
@@ -1,5 +1,5 @@
-// util/alloc.h
-// Memory allocation source file for G
+// util/alloc.h, version 1.0.0
+// Memory allocation source file from libutil
 // Copyright (C) 2021, Jakob Wakeling
 // All rights reserved.
 
diff --git a/src/util/alloc.h b/src/util/alloc.h
index c327782..ad112cc 100644
--- a/src/util/alloc.h
+++ b/src/util/alloc.h
@@ -1,5 +1,5 @@
-// util/alloc.h
-// Memory allocation header file for G
+// util/alloc.h, version 1.0.0
+// Memory allocation header file from libutil
 // Copyright (C) 2021, Jakob Wakeling
 // All rights reserved.