blob: 6f78cfe11f5557ff81b449a772faba17dd108aa1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-ai,v 1.2 2000/12/10 12:20:48 jtb Exp $
--- benchmarks/compile-stalin-benchmark.orig Mon Apr 26 20:40:11 1999
+++ benchmarks/compile-stalin-benchmark
@@ -12,4 +12,4 @@
o="$s $c"
echo compile $1
sed -f stalin.sed $1.sc >$1-stalin.sc
-time ../stalin $o $2 $1-stalin
+time %%STALIN%% $o $2 $1-stalin
|