Compare Revisions
This comparison shows the changes necessary to convert path
/
from Rev 22 to Rev
23
(Reverse comparison).
Rev 22 ⟶ Rev 23
/trunk/src/unix-path-map
1,?rev1len? ⟶
2,?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, |
pos=yypos - 1, |
depth=depth} |
|
fun currpos (ref {line, pos, depth}, yypos) = (line, yypos - pos) |
/trunk/src/Makefile
2,11 ⟶
2,13
# |
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' |
22,7 ⟶
24,8
parse/uppaal.grm.sml parse/uppaal.lex.sml \ |
mcs51/mcs51.grm.sml mcs51/mcs51.lex.sml \ |
config/config.lex.sml version.sml |
$(MLTON) -mlb-path-map unix-path-map -verbose 1 urpal.mlb |
$(MLTON) $(MLTONOPT) -mlb-path-map unix-path-map -verbose 1 urpal.mlb |
$(STRIP) urpal |
|
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 |
/usr/local/lib/sml-fxp/src/fxlib.mlb |
$(SML_FXP)/fxlib.mlb |
|
general.mlb |
xml/sources.mlb |
/trunk/src/xml/sources.mlb
1,6 ⟶
1,6
(* $Id$ *) |
local |
/usr/local/lib/sml-fxp/src/fxlib.mlb |
$(SML_FXP)/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,6 ⟶
2,6
TARGET win |
SML_FXP /usr/local/lib/sml-fxp/src |