Compare Revisions

This comparison shows the changes necessary to convert path / from Rev 23 to Rev 22 (Reverse comparison).
Path Comparison

Rev 23 ⟶ Rev 22

/trunk/src/unix-path-map
1,2 ⟶ 1,?rev2len?
TARGET unix
SML_FXP /usr/local/lib/sml-fxp/src
/trunk/src/lib/filepos.sml
9,7 ⟶ 9,7
 
fun newstate () = ref {line=1, pos= ~1, depth=0}
fun nextline (st as ref {line, depth,...}, yypos) = st := {line=line + 1,
pos=yypos - 1,
pos=yypos,
depth=depth}
 
fun currpos (ref {line, pos, depth}, yypos) = (line, yypos - pos)
/trunk/src/Makefile
2,13 ⟶ 2,11
#
URPAL_VERSION=0.9.0
HEAP_SUFFIX=x86-bsd
MLTONOPT=-loop-passes 1
 
MLYACC=mlyacc
MLLEX=mllex
MLTON=mlton
HEAP2EXEC=heap2exec
STRIP=strip
 
SKIPCM=-type d -name '.cm' -prune -type f -o
SRC!=find . $(SKIPCM) -name '*sml' -o -name '*sig'
24,8 ⟶ 22,7
parse/uppaal.grm.sml parse/uppaal.lex.sml \
mcs51/mcs51.grm.sml mcs51/mcs51.lex.sml \
config/config.lex.sml version.sml
$(MLTON) $(MLTONOPT) -mlb-path-map unix-path-map -verbose 1 urpal.mlb
$(STRIP) urpal
$(MLTON) -mlb-path-map unix-path-map -verbose 1 urpal.mlb
 
winmlton: cmdlang/cmdlang.grm.sml cmdlang/cmdlang.lex.sml \
parse/uppaal.grm.sml parse/uppaal.lex.sml \
/trunk/src/urpal.mlb
2,7 ⟶ 2,7
$(SML_LIB)/basis/basis.mlb
$(SML_LIB)/basis/sml-nj.mlb
$(SML_LIB)/smlnj-lib/Util/smlnj-lib.mlb
$(SML_FXP)/fxlib.mlb
/usr/local/lib/sml-fxp/src/fxlib.mlb
 
general.mlb
xml/sources.mlb
/trunk/src/xml/sources.mlb
1,6 ⟶ 1,6
(* $Id$ *)
local
$(SML_FXP)/fxlib.mlb
/usr/local/lib/sml-fxp/src/fxlib.mlb
$(SML_LIB)/basis/basis.mlb
$(SML_LIB)/basis/sml-nj.mlb
$(SML_LIB)/smlnj-lib/Util/smlnj-lib.mlb
/trunk/src/win-path-map
1,2 ⟶ 1,6
TARGET win
SML_FXP /usr/local/lib/sml-fxp/src