Show
Ignore:
Timestamp:
05/28/08 09:17:53 (6 months ago)
Author:
pmoura
Message:

Removed from the YAP POSIX integration script the command-line options setting the initial stack, heap, and tail data area sizes. These settings are no longer necessary for recent YAP versions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/integration/yaplgt.sh

    r4283 r4285  
    7171echo 
    7272 
    73 exec yap -s 49152 -h 16384 -t 1024 -l "$LOGTALKHOME/integration/logtalk_yap.pl" "$@" 
     73exec yap -l "$LOGTALKHOME/integration/logtalk_yap.pl" "$@"