fix debugging-left-over
This commit is contained in:
parent
00d87ca661
commit
6b0d99e2fe
@ -843,7 +843,6 @@ CopyTermToArena(Term t, Term arena, bool share, bool copy_att_vars, UInt arity,
|
|||||||
newarena = (CELL *)XREGS[arity+3];
|
newarena = (CELL *)XREGS[arity+3];
|
||||||
arena = Deref(XREGS[arity+2]);
|
arena = Deref(XREGS[arity+2]);
|
||||||
t = XREGS[arity+1];
|
t = XREGS[arity+1];
|
||||||
Yap_DebugPlWrite(t);
|
|
||||||
old_size = ArenaSz(arena);
|
old_size = ArenaSz(arena);
|
||||||
goto restart;
|
goto restart;
|
||||||
}
|
}
|
||||||
|
@ -627,6 +627,7 @@ libYap.a: $(LIB_OBJECTS) yapi.o
|
|||||||
adb push $(GMPDIR)/lib/libgmp.so /data/yap
|
adb push $(GMPDIR)/lib/libgmp.so /data/yap
|
||||||
adb push $(srcdir)/swi/library /data/yap/swi/library
|
adb push $(srcdir)/swi/library /data/yap/swi/library
|
||||||
adb push $(srcdir)/pl /data/yap/pl/
|
adb push $(srcdir)/pl /data/yap/pl/
|
||||||
|
adb push $(srcdir)/library /data/yap/library/
|
||||||
adb shell "echo \"bootstrap('/data/yap/pl/init.yap'). module(user). qsave_program('/data/yap/startup.yss').\" | LD_LIBRARY_PATH=/data/yap /data/yap/yap@EXEC_SUFFIX@ -b /data/yap/pl/boot.yap"
|
adb shell "echo \"bootstrap('/data/yap/pl/init.yap'). module(user). qsave_program('/data/yap/startup.yss').\" | LD_LIBRARY_PATH=/data/yap /data/yap/yap@EXEC_SUFFIX@ -b /data/yap/pl/boot.yap"
|
||||||
adb pull /data/yap/startup.yss
|
adb pull /data/yap/startup.yss
|
||||||
adb shell rm -rf /data/yap
|
adb shell rm -rf /data/yap
|
||||||
|
@ -971,9 +971,6 @@
|
|||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#undef PACKAGE_TARNAME
|
#undef PACKAGE_TARNAME
|
||||||
|
|
||||||
/* Define to the home page for this package. */
|
|
||||||
#undef PACKAGE_URL
|
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#undef PACKAGE_VERSION
|
#undef PACKAGE_VERSION
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ PROJECT_LOGO = misc/icons/yap_96x96x32.png
|
|||||||
# entered, it will be relative to the location where doxygen was started. If
|
# entered, it will be relative to the location where doxygen was started. If
|
||||||
# left blank the current directory will be used.
|
# left blank the current directory will be used.
|
||||||
|
|
||||||
OUTPUT_DIRECTORY = /Users/vsc/Yap/doxout
|
OUTPUT_DIRECTORY = /scratch/vitor/doxout
|
||||||
|
|
||||||
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
|
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
|
||||||
# directories (in 2 levels) under the output directory of each output format and
|
# directories (in 2 levels) under the output directory of each output format and
|
||||||
@ -118,17 +118,7 @@ REPEAT_BRIEF = YES
|
|||||||
# the entity):The $name class, The $name widget, The $name file, is, provides,
|
# the entity):The $name class, The $name widget, The $name file, is, provides,
|
||||||
# specifies, contains, represents, a, an and the.
|
# specifies, contains, represents, a, an and the.
|
||||||
|
|
||||||
ABBREVIATE_BRIEF = "The $name predicate or class" \
|
ABBREVIATE_BRIEF = "The $name predicate or class" "The $name widget" "The $name file" is provides specifies contains represents a an the
|
||||||
"The $name widget" \
|
|
||||||
"The $name file" \
|
|
||||||
is \
|
|
||||||
provides \
|
|
||||||
specifies \
|
|
||||||
contains \
|
|
||||||
represents \
|
|
||||||
a \
|
|
||||||
an \
|
|
||||||
the
|
|
||||||
|
|
||||||
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
|
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
|
||||||
# doxygen will generate a detailed section even if there is only a brief
|
# doxygen will generate a detailed section even if there is only a brief
|
||||||
@ -238,12 +228,7 @@ TAB_SIZE = 4
|
|||||||
# "Side Effects:". You can put \n's in the value part of an alias to insert
|
# "Side Effects:". You can put \n's in the value part of an alias to insert
|
||||||
# newlines.
|
# newlines.
|
||||||
|
|
||||||
ALIASES = "predicate=@brief" \
|
ALIASES = "predicate=@brief" "license=@par License:\n" "doxygen=\if english" "endenglish=\endif" "dutch=\if dutch" "enddutch=\endif"
|
||||||
"license=@par License:\n" \
|
|
||||||
"doxygen=\if english" \
|
|
||||||
"endenglish=\endif" \
|
|
||||||
"dutch=\if dutch" \
|
|
||||||
"enddutch=\endif"
|
|
||||||
|
|
||||||
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
||||||
# A mapping has the form "name=value". For example adding "class=itcl::class"
|
# A mapping has the form "name=value". For example adding "class=itcl::class"
|
||||||
@ -302,9 +287,7 @@ OPTIMIZE_OUTPUT_FOR_PROLOG = YES
|
|||||||
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
|
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
|
||||||
# the files are not read by doxygen.
|
# the files are not read by doxygen.
|
||||||
|
|
||||||
EXTENSION_MAPPING = md \
|
EXTENSION_MAPPING = md pl=Prolog ypp=Prolog
|
||||||
pl=Prolog \
|
|
||||||
ypp=Prolog
|
|
||||||
|
|
||||||
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
|
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
|
||||||
# according to the Markdown format, which allows for more readable
|
# according to the Markdown format, which allows for more readable
|
||||||
@ -786,18 +769,7 @@ WARN_LOGFILE =
|
|||||||
# INPUT = /Users/vsc/git/yap-6.3/packages/cplint/mcintyre.pl
|
# INPUT = /Users/vsc/git/yap-6.3/packages/cplint/mcintyre.pl
|
||||||
#INPUT = /Users/vsc/git/yap-6.3/packages/R/R.pl
|
#INPUT = /Users/vsc/git/yap-6.3/packages/R/R.pl
|
||||||
|
|
||||||
INPUT = foreigns.yap \
|
INPUT = foreigns.yap docs/yap.md pl swi C H include os packages library CXX OPTYap
|
||||||
docs/yap.md \
|
|
||||||
pl \
|
|
||||||
swi \
|
|
||||||
C \
|
|
||||||
H \
|
|
||||||
include \
|
|
||||||
os \
|
|
||||||
packages \
|
|
||||||
library \
|
|
||||||
CXX \
|
|
||||||
OPTYap
|
|
||||||
|
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
@ -818,52 +790,7 @@ INPUT_ENCODING = UTF-8
|
|||||||
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
|
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
|
||||||
# *.qsf, *.as and *.js.
|
# *.qsf, *.as and *.js.
|
||||||
|
|
||||||
FILE_PATTERNS = *.c \
|
FILE_PATTERNS = *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.idl *.ddl *.odl *.h *.h.in *.hh *.hxx *.hpp *.h++ *.cs *.d *.php *.php4 *.php5 *.phtml *.inc *.m *.markdown *.md *.mm *.dox *.py *.f90 *.f *.for *.tcl *.vhd *.vhdl *.ucf *.qsf *.as *.js *.pl *.yap *.ypp
|
||||||
*.cc \
|
|
||||||
*.cxx \
|
|
||||||
*.cpp \
|
|
||||||
*.c++ \
|
|
||||||
*.java \
|
|
||||||
*.ii \
|
|
||||||
*.ixx \
|
|
||||||
*.ipp \
|
|
||||||
*.i++ \
|
|
||||||
*.inl \
|
|
||||||
*.idl \
|
|
||||||
*.ddl \
|
|
||||||
*.odl \
|
|
||||||
*.h \
|
|
||||||
*.h.in \
|
|
||||||
*.hh \
|
|
||||||
*.hxx \
|
|
||||||
*.hpp \
|
|
||||||
*.h++ \
|
|
||||||
*.cs \
|
|
||||||
*.d \
|
|
||||||
*.php \
|
|
||||||
*.php4 \
|
|
||||||
*.php5 \
|
|
||||||
*.phtml \
|
|
||||||
*.inc \
|
|
||||||
*.m \
|
|
||||||
*.markdown \
|
|
||||||
*.md \
|
|
||||||
*.mm \
|
|
||||||
*.dox \
|
|
||||||
*.py \
|
|
||||||
*.f90 \
|
|
||||||
*.f \
|
|
||||||
*.for \
|
|
||||||
*.tcl \
|
|
||||||
*.vhd \
|
|
||||||
*.vhdl \
|
|
||||||
*.ucf \
|
|
||||||
*.qsf \
|
|
||||||
*.as \
|
|
||||||
*.js \
|
|
||||||
*.pl \
|
|
||||||
*.yap \
|
|
||||||
*.ypp
|
|
||||||
|
|
||||||
# The RECURSIVE tag can be used to specify whether or not subdirectories should
|
# The RECURSIVE tag can be used to specify whether or not subdirectories should
|
||||||
# be searched for input files as well.
|
# be searched for input files as well.
|
||||||
@ -878,10 +805,7 @@ RECURSIVE = YES
|
|||||||
# Note that relative paths are relative to the directory from which doxygen is
|
# Note that relative paths are relative to the directory from which doxygen is
|
||||||
# run.
|
# run.
|
||||||
|
|
||||||
EXCLUDE = *pltotex.pl packages/swig/android \
|
EXCLUDE = *pltotex.pl packages/swig/android paackages/chr packages/RDF packages/pyswip
|
||||||
paackages/chr \
|
|
||||||
packages/RDF \
|
|
||||||
packages/pyswip
|
|
||||||
|
|
||||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
||||||
# directories that are symbolic links (a Unix file system feature) are excluded
|
# directories that are symbolic links (a Unix file system feature) are excluded
|
||||||
|
@ -149,8 +149,8 @@ typedef unsigned long uintptr_t;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PL_HAVE_TERM_T
|
#ifndef PL_HAVE_TERM_T
|
||||||
#define PL_HAVE_TERM_T
|
#define PL_HAVE_TERM_Temacs
|
||||||
typedef intptr_t term_t;
|
typedef uintptr_t term_t;
|
||||||
#endif
|
#endif
|
||||||
typedef struct mod_entry *module_t;
|
typedef struct mod_entry *module_t;
|
||||||
typedef struct DB_STRUCT *record_t;
|
typedef struct DB_STRUCT *record_t;
|
||||||
|
Reference in New Issue
Block a user