From 88b4da18ab484ea55f4a58174bf0ccebe0088f24 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 16 Mar 2004 12:13:54 +0000 Subject: toxy alpha8 svn path=/trunk/externals/miXed/; revision=1425 --- quoteinitializer | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 quoteinitializer (limited to 'quoteinitializer') 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\"" -} -- cgit v1.2.1