diff options
author | Rob Savoye <rob@welcomehome.org> | 2010-11-27 10:26:01 -0700 |
---|---|---|
committer | Rob Savoye <rob@welcomehome.org> | 2010-11-27 10:26:01 -0700 |
commit | 92098304def5782d2e1a0e6dec623595ab2e8f70 (patch) | |
tree | 81fe774022e9063b8b7e9345360449693dfbee81 /gr-run-waveform | |
parent | edddbb1a182983c2ec2a55bbafe30a119cc0b994 (diff) |
data file needed by xyzzy-load.c
Diffstat (limited to 'gr-run-waveform')
-rw-r--r-- | gr-run-waveform/load.x | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gr-run-waveform/load.x b/gr-run-waveform/load.x new file mode 100644 index 0000000000..1b53a60f91 --- /dev/null +++ b/gr-run-waveform/load.x @@ -0,0 +1,9 @@ +/* cpp arguments: load.c -DHAVE_CONFIG_H -I.. -I.. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -Wall -Wmissing-prototypes */ + scm_c_define_gsubr (s_scm_primitive_load, 1, 0, 0, (SCM (*)()) scm_primitive_load); ; + scm_c_define_gsubr (s_scm_sys_package_data_dir, 0, 0, 0, (SCM (*)()) scm_sys_package_data_dir); ; + scm_c_define_gsubr (s_scm_sys_library_dir, 0, 0, 0, (SCM (*)()) scm_sys_library_dir); ; + scm_c_define_gsubr (s_scm_sys_site_dir, 0, 0, 0, (SCM (*)()) scm_sys_site_dir); ; + scm_c_define_gsubr (s_scm_parse_path, 1, 1, 0, (SCM (*)()) scm_parse_path); ; + scm_c_define_gsubr (s_scm_search_path, 2, 1, 0, (SCM (*)()) scm_search_path); ; + scm_c_define_gsubr (s_scm_sys_search_load_path, 1, 0, 0, (SCM (*)()) scm_sys_search_load_path); ; + scm_c_define_gsubr (s_scm_primitive_load_path, 1, 0, 0, (SCM (*)()) scm_primitive_load_path); ; |