bin/isabelle_process
changeset 62542 b27b7c2200b9
parent 62507 15c36c181130
child 62573 27f90319a499
equal deleted inserted replaced
62532:edee1966fddf 62542:b27b7c2200b9
   197 
   197 
   198 ## ML text
   198 ## ML text
   199 
   199 
   200 if [ -n "$MODES" ]; then
   200 if [ -n "$MODES" ]; then
   201   FIRST_ML_OPTIONS["${#FIRST_ML_OPTIONS[@]}"]="--eval"
   201   FIRST_ML_OPTIONS["${#FIRST_ML_OPTIONS[@]}"]="--eval"
   202   FIRST_ML_OPTIONS["${#FIRST_ML_OPTIONS[@]}"]="Unsynchronized.change print_mode (append [$MODES])"
   202   FIRST_ML_OPTIONS["${#FIRST_ML_OPTIONS[@]}"]="Print_Mode.add_modes [$MODES]"
   203 fi
   203 fi
   204 
   204 
   205 if [ -n "$SECURE" ]; then
   205 if [ -n "$SECURE" ]; then
   206   LAST_ML_OPTIONS["${#LAST_ML_OPTIONS[@]}"]="--eval"
   206   LAST_ML_OPTIONS["${#LAST_ML_OPTIONS[@]}"]="--eval"
   207   LAST_ML_OPTIONS["${#LAST_ML_OPTIONS[@]}"]="Secure.set_secure ()"
   207   LAST_ML_OPTIONS["${#LAST_ML_OPTIONS[@]}"]="Secure.set_secure ()"