/[gcl]/gcl/o/run_process.c
ViewVC logotype

Diff of /gcl/o/run_process.c

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

revision 1.7 by camm, Sat Feb 15 00:38:28 2003 UTC revision 1.8 by mjthomas, Tue Feb 18 02:32:03 2003 UTC
# Line 275  void siLrun_process() Line 275  void siLrun_process()
275      signals_allowed = old;      signals_allowed = old;
276  }  }
277    
278  static void  void
279  init_socket_function()  init_socket_function()
280  {  {
281    make_si_function("RUN-PROCESS", siLrun_process);    make_si_function("RUN-PROCESS", siLrun_process);
# Line 572  siLmake_socket_pair() Line 572  siLmake_socket_pair()
572    make_socket_pair();    make_socket_pair();
573  }  }
574    
575  static void  void
576  init_socket_function()  init_socket_function()
577  {  {
578    make_si_function("MAKE-SOCKET-STREAM", siLmake_socket_stream);    make_si_function("MAKE-SOCKET-STREAM", siLmake_socket_stream);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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