ftp.nice.ch/pub/next/developer/languages/lisp/AKCL.1.599.s.tar.gz#/akcl-1-599/V/h/external.h

This is external.h in view mode; [Download] [Up]

Changes file for /usr/local/src/kcl/h/external.h
Created on Thu Jan 31 16:54:44 1991
Usage \n@s[Original text\n@s|Replacement Text\n@s]
See the file rascal.ics.utexas.edu:/usr2/ftp/merge.c
for a program to merge change files.  Anything not between
"\n@s[" and  "\n@s]" is a simply a comment.
This file was constructed using emacs and  merge.el
Enhancements Copyright (c) W. Schelter All rights reserved.
   by (Bill Schelter)  wfs@carl.ma.utexas.edu 


****Change:(orig (0 0 a))
@s[
@s|

#define T_INT int

@s]


****Change:(orig (12 13 c))
@s[init_alloc();
init_alloc_function();

@s|T_INT init_alloc();
T_INT init_alloc_function();

@s]


****Change:(orig (17 17 c))
@s[enum aelttype array_elttype();
array_allocself();

@s|enum aelttype array_elttype();
T_INT array_allocself();

@s]


****Change:(orig (22 23 c))
@s[adjust_displaced();
init_array_function();

@s|T_INT adjust_displaced();
T_INT init_array_function();

@s]


****Change:(orig (26 27 c))
@s[setq();
init_assignment();

@s|T_INT setq();
T_INT init_assignment();

@s]


****Change:(orig (33 33 c))
@s[/*  bds.c  */
bds_unwind();

@s|/*  bds.c  */
T_INT bds_unwind();

@s]


****Change:(orig (36 38 c))
@s[struct bignum *stretch_big();
struct bignum *copy_big();
struct bignum *copy_to_big();

@s|
object copy_big();
object copy_to_big();

@s]


****Change:(orig (43 46 c))
@s[struct bignum *big_minus();
add_int_big();
sub_int_big();
mul_int_big();

@s|object big_minus();
T_INT add_int_big();
T_INT sub_int_big();
T_INT mul_int_big();

@s]


****Change:(orig (48 49 c))
@s[struct bignum *big_plus();
struct bignum *big_times();

@s|object big_plus();
object big_times();

@s]


****Change:(orig (52 52 c))
@s[int big_quotient_remainder();
normalize_big();

@s|int big_quotient_remainder();
T_INT normalize_big();

@s]


****Change:(orig (63 63 c))
@s[object Kallow_other_keys;
lambda_bind();

@s|object Kallow_other_keys;
T_INT lambda_bind();

@s]


****Change:(orig (67 67 c))
@s[object letA_bind();
init_bind();

@s|object letA_bind();
T_INT init_bind();

@s]


****Change:(orig (71 71 c))
@s[object Sblock;
init_block();

@s|object Sblock;
T_INT init_block();

@s]


****Change:(orig (81 81 c))
@s[object make_macro();
init_cfun();

@s|object make_macro();
T_INT init_cfun();

@s]


****Change:(orig (97 98 c))
@s[init_character();
init_character_function();

@s|T_INT init_character();
T_INT init_character_function();

@s]


****Change:(orig (101 101 c))
@s[/*  catch.c  */
init_catch();

@s|/*  catch.c  */
T_INT init_catch();

@s]


****Change:(orig (105 105 c))
@s[char object_to_char();
set_VV();

@s|char object_to_char();
T_INT set_VV();

@s]


****Change:(orig (111 122 c))
@s[FEerror();
FEwrong_type_argument();
FEtoo_few_arguments();
FEtoo_few_argumentsF();

@s,FEundefined_function();
FEinvalid_function();

@s|T_INT FEerror();
T_INT FEwrong_type_argument();
T_INT FEtoo_few_arguments();
T_INT FEtoo_few_argumentsF();
T_INT FEtoo_many_arguments();
T_INT FEtoo_many_argumentsF();
T_INT FEunexpected_keyword();
T_INT FEinvalid_form();
T_INT FEunbound_variable();
T_INT FEinvalid_variable();
T_INT FEundefined_function();
T_INT FEinvalid_function();

@s]


****Change:(orig (142 147 c))
@s[funcall();
funcall_no_event();
lispcall();
lispcall_no_event();

@s,symlispcall_no_event();

@s|T_INT funcall();
T_INT funcall_no_event();
T_INT lispcall();
T_INT lispcall_no_event();
T_INT symlispcall();
T_INT symlispcall_no_event();

@s]


****Change:(orig (152 154 c))
@s[super_funcall();
super_funcall_no_event();
eval();

@s|T_INT super_funcall();
T_INT super_funcall_no_event();
T_INT eval();

@s]


****Change:(orig (161 161 c))
@s[object ifuncall3();
init_eval();

@s|object ifuncall3();
T_INT init_eval();

@s]


****Change:(orig (164 164 c))
@s[/*  unixfasl.c  fasload.c  */
fasload();

@s|/*  unixfasl.c  fasload.c  */
T_INT fasload();

@s]


****Change:(orig (199 199 c))
@s[object FASL_string;
end_of_stream();

@s|object FASL_string;
T_INT end_of_stream();

@s]


****Change:(orig (204 204 c))
@s[object open_stream();
close_stream();

@s|object open_stream();
T_INT close_stream();

@s]


****Change:(orig (211 215 c))
@s[unreadc_stream();
writec_stream();
writestr_stream();
unwritec_stream();

@s,flush_stream();

@s|T_INT unreadc_stream();
T_INT writec_stream();
T_INT writestr_stream();
T_INT unwritec_stream();
T_INT flush_stream();

@s]


****Change:(orig (222 224 c))
@s[load();
init_file();
init_file_function();

@s|T_INT load();
T_INT init_file();
T_INT init_file_function();

@s]


****Change:(orig (229 229 c))
@s[/*  unixfsys.c  */
coerce_to_filename();

@s|/*  unixfsys.c  */
T_INT coerce_to_filename();

@s]


****Change:(orig (241 241 c))
@s[/*  frame.c  */
unwind();

@s|/*  frame.c  */
T_INT unwind();

@s]


****Change:(orig (247 248 c))
@s[bool GBC_enable;
GBC();
init_GBC();

@s|bool GBC_enable;
T_INT GBC();
T_INT init_GBC();

@s]


****Change:(orig (251 252 c))
@s[let_var_list();
init_let();

@s|T_INT let_var_list();
T_INT init_let();

@s]


****Change:(orig (256 259 c))
@s[lex_fun_bind();
lex_macro_bind();
lex_tag_bind();
lex_block_bind();

@s|T_INT lex_fun_bind();
T_INT lex_macro_bind();
T_INT lex_tag_bind();
T_INT lex_block_bind();

@s]


****Change:(orig (303 303 c))
@s[object make_cons();
stack_cons();

@s|object make_cons();
T_INT stack_cons();

@s]


****Change:(orig (309 309 c))
@s[bool member_eq();
delete_eq();

@s|bool member_eq();
T_INT delete_eq();

@s]


****Change:(orig (311 311 c))
@s[object nconc();
init_list_function();

@s|object nconc();
T_INT init_list_function();

@s]


****Change:(orig (317 317 c))
@s[object macro_expand();
init_macros();

@s|object macro_expand();
T_INT init_macros();

@s]


****Change:(orig (335 335 c))
@s[/*  mapfun.c  */
init_mapfun();

@s|/*  mapfun.c  */
T_INT init_mapfun();

@s]


****Change:(orig (338 338 c))
@s[/*  multival.c  */
init_multival();

@s|/*  multival.c  */
T_INT init_multival();

@s]


****Change:(orig (350 351 c))
@s[init_number();
init_number_function();

@s|T_INT init_number();
T_INT init_number_function();

@s]


****Change:(orig (427 435 c))
@s[export();
unexport();
import();
shadowing_import();

@s,init_package_function();

@s|T_INT export();
T_INT unexport();
T_INT import();
T_INT shadowing_import();
T_INT shadow();
T_INT use_package();
T_INT unuse_package();
T_INT init_package();
T_INT init_package_function();

@s]


****Change:(orig (466 466 c))
@s[init_predicate_function();

@s|T_INT init_predicate_function();

@s]


****Change:(orig (507 512 c))
@s[edit_double();
write_object();
setupPRINTdefault();
cleanupPRINT();

@s,write_object_by_default();
terpri_by_default();

@s|T_INT edit_double();
T_INT write_object();
T_INT setupPRINTdefault();
T_INT cleanupPRINT();
T_INT write_object_by_default();
T_INT terpri_by_default();

@s]


****Change:(orig (518 518 c))
@s[object terpri();
init_print_function();

@s|object terpri();
T_INT init_print_function();

@s]


****Change:(orig (545 547 c))
@s[setup_READtable();
setup_READ();
setup_standard_READ();

@s|T_INT setup_READtable();
T_INT setup_READ();
T_INT setup_standard_READ();

@s]


****Change:(orig (549 549 c))
@s[object read_char();
unread_char();

@s|object read_char();
T_INT unread_char();

@s]


****Change:(orig (560 561 c))
@s[init_read();
init_read_function();

@s|T_INT init_read();
T_INT init_read_function();

@s]


****Change:(orig (566 566 c))
@s[object symbol_function();
init_reference();

@s|object symbol_function();
T_INT init_reference();

@s]


****Change:(orig (577 577 c))
@s[init_sequence_function();

@s|T_INT init_sequence_function();

@s]


****Change:(orig (580 581 c))
@s[object siSstructure_print_function;
object siSstructure_slot_descriptions;

@s|object siLs_data;

@s]


****Change:(orig (585 585 c))
@s[init_structure_function();

@s|T_INT init_structure_function();

@s]


****Change:(orig (595 595 c))
@s[init_string_function();

@s|T_INT init_string_function();

@s]


****Change:(orig (604 604 c))
@s[set_up_string_register();

@s|T_INT set_up_string_register();

@s]


****Change:(orig (621 622 c))
@s[init_symbol();
init_symbol_function();

@s|T_INT init_symbol();
T_INT init_symbol_function();

@s]


****Change:(orig (642 643 c))
@s[toplevel_eval();
init_toplevel();

@s|T_INT toplevel_eval();
T_INT init_toplevel();

@s]


****Change:(orig (669 669 a))
@s[object Ssigned_byte;
object Sunsigned_byte;

@s|object Ssigned_byte;
object Sunsigned_byte;
object Ssigned_char;
object Sunsigned_char;
object Ssigned_short;
object Sunsigned_short;

@s]


****Change:(orig (670 670 a))
@s[object SA;

@s|object SA;
object Splusp;

@s]


****Change:(orig (674 674 a))
@s[object TSnon_negative_integer;

@s|object TSnon_negative_integer;
object TSpositive_number;

@s]


****Change:(orig (681 682 c))
@s[init_typespec();
int_typespec_function();

@s|T_INT init_typespec();
T_INT   int_typespec_function();

@s]


****Change:(orig (692 692 a))
@s[object CMPtemp2;
object CMPtemp3;


@s|object CMPtemp2;
object CMPtemp3;

/* funlink.c */
void call_or_link();

@s]

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.