forked from tTh/FloatImg
usefull comment
This commit is contained in:
parent
4946f5fbb2
commit
8425496f3f
|
@ -1,5 +1,10 @@
|
||||||
#!/usr/bin/awk -f
|
#!/usr/bin/awk -f
|
||||||
|
|
||||||
|
#
|
||||||
|
# this utility script make a file who
|
||||||
|
# is includet by 'crapulator.h'
|
||||||
|
#
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
print "// -----------------------------------"
|
print "// -----------------------------------"
|
||||||
print "// generated file, do not edit by hand !"
|
print "// generated file, do not edit by hand !"
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
#!/usr/bin/awk -f
|
#!/usr/bin/awk -f
|
||||||
|
|
||||||
|
#
|
||||||
|
# this utility script make a file who
|
||||||
|
# is includet by 'crapulator.c'
|
||||||
|
#
|
||||||
BEGIN {
|
BEGIN {
|
||||||
print "// -----------------------------------"
|
print "// -----------------------------------"
|
||||||
print "// generated file, do not edit by hand";
|
print "// generated file, do not edit by hand";
|
||||||
|
|
Loading…
Reference in New Issue