/[gcl]/gcl/h/att_ext.h
ViewVC logotype

Diff of /gcl/h/att_ext.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.38 by camm, Thu Oct 6 20:30:08 2005 UTC revision 1.39 by camm, Wed Oct 12 03:12:57 2005 UTC
# Line 116  float object_to_float(); Line 116  float object_to_float();
116  double object_to_double();  double object_to_double();
117    
118  /*  error.c  */  /*  error.c  */
119  EXTER object sKerror,sKparse_error;  EXTER object sKerror,sKparse_error,sKreader_error;;
120  EXTER object sKwrong_type_argument;  EXTER object sKwrong_type_argument;
121  EXTER object sKcontrol_error;  EXTER object sKcontrol_error;
122  EXTER object sKcatch;  EXTER object sKcatch;
# Line 428  int eql1(),equal1(),eq(); Line 428  int eql1(),equal1(),eq();
428  /*  print.d  */  /*  print.d  */
429  EXTER object sKupcase;  EXTER object sKupcase;
430  EXTER object sKdowncase;  EXTER object sKdowncase;
431    EXTER object sKpreserve;
432    EXTER object sKinvert;
433  EXTER object sKcapitalize;  EXTER object sKcapitalize;
434  EXTER object sKstream;  EXTER object sKstream;
435  EXTER object sKreadably;  EXTER object sKreadably;
# Line 594  EXTER object sSsetf_function; Line 596  EXTER object sSsetf_function;
596                            MMcddr(a_)==Cnil)                            MMcddr(a_)==Cnil)
597    
598  /*  typespec.c  */  /*  typespec.c  */
599  EXTER object sLcommon,sLnull,sLcons,sLlist,sLsymbol,sLarray,sLvector,sLbit_vector,sLstring;  EXTER object sLcommon,sLnull,sLcons,sLlist,siLproper_list,sLsymbol,sLarray,sLvector,sLbit_vector,sLstring;
600  EXTER object sLsequence,sLsimple_array,sLsimple_vector,sLsimple_bit_vector,sLsimple_string;  EXTER object sLsequence,sLsimple_array,sLsimple_vector,sLsimple_bit_vector,sLsimple_string;
601  EXTER object sLcompiled_function,sLpathname,sLcharacter,sLnumber,sLrational,sLfloat;  EXTER object sLcompiled_function,sLpathname,sLcharacter,sLnumber,sLrational,sLfloat;
602  EXTER object sLinteger,sLratio,sLshort_float,sLstandard_char,sLinterpreted_function;  EXTER object sLinteger,sLratio,sLshort_float,sLstandard_char,sLinterpreted_function;

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26