diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-03-16 12:13:54 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-03-16 12:13:54 +0000 |
commit | 88b4da18ab484ea55f4a58174bf0ccebe0088f24 (patch) | |
tree | d11d880101338a255fabd9754cc88d5a67d63656 /quoteinitializer | |
parent | 8371b58732b1368c59966e68f9eb16b5d9210921 (diff) |
toxy alpha8
svn path=/trunk/externals/miXed/; revision=1425
Diffstat (limited to 'quoteinitializer')
-rwxr-xr-x | quoteinitializer | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/quoteinitializer b/quoteinitializer deleted file mode 100755 index 6d4716d..0000000 --- a/quoteinitializer +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/gawk -f - -BEGIN\ -{ - print "// Do not edit this file (edit \""ARGV[1]"\", and run \"make\").\n" - if (ARGC > 2) { print ARGV[2]; ARGC = 2 } -} - -{ - gsub("\\\\", "\\\\"); - gsub("\\\"", "\\\""); - print "\""$0"\\n\"" -} |