URI:
       tAccount for C vs. assembly in tas and getcallerpc.  Sigh. - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 6a0523b94e43101298d4d90466fe049bc89249ce
   DIR parent 4615bace42a7173d3ee477150c24d6dffdbbcef9
  HTML Author: rsc <devnull@localhost>
       Date:   Wed,  3 Mar 2004 21:21:29 +0000
       
       Account for C vs. assembly in tas and getcallerpc.  Sigh.
       
       Diffstat:
         M src/mkmk.sh                         |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/src/mkmk.sh b/src/mkmk.sh
       t@@ -34,7 +34,7 @@ cd lib9
        9c  exec.c
        9c  fcallfmt.c
        9c  ffork-$SYSNAME.c
       -9a  getcallerpc-$OBJTYPE.s
       +9a getcallerpc-$OBJTYPE.s || 9c getcallerpc-$OBJTYPE.c
        9c  getenv.c
        9c  getfields.c
        9c  getns.c
       t@@ -67,7 +67,7 @@ cd lib9
        9c  sleep.c
        9c  strecpy.c
        9c  sysfatal.c
       -9c  tas-$OBJTYPE.c
       +9a tas-$SYSNAME.s || 9c tas-$SYSNAME.c
        9c  time.c
        9c  tokenize.c
        9c  u16.c
       t@@ -128,7 +128,7 @@ cd lib9
        9c  utf/utfrrune.c
        9c  utf/utfrune.c
        9c  utf/utfutf.c
mx1.adamsgaard.dk:70 /src/plan9port/commit/6a0523b94e43101298d4d90466fe049bc89249ce.gph:44: line too long