From 71cdcfc6069ca8afe92cda636805a8c46f000862 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sat, 12 Mar 2016 11:04:10 -0500 Subject: Remove more unused things. Moved doc/standards.txt to the web. Reviewed-by: Richard Levitte --- tools/c89.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 tools/c89.sh (limited to 'tools') diff --git a/tools/c89.sh b/tools/c89.sh deleted file mode 100755 index b25c9fda2d..0000000000 --- a/tools/c89.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -k -# -# Re-order arguments so that -L comes first -# -opts="" -lopts="" - -for arg in $* ; do - case $arg in - -L*) lopts="$lopts $arg" ;; - *) opts="$opts $arg" ;; - esac -done - -c89 $lopts $opts -- cgit v1.2.3