/[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.8 by mjthomas, Tue Feb 18 02:32:03 2003 UTC revision 1.8.6.1 by camm, Sun Sep 14 02:30:45 2003 UTC
# Line 276  void siLrun_process() Line 276  void siLrun_process()
276  }  }
277    
278  void  void
279  init_socket_function()  gcl_init_socket_function()
280  {  {
281    make_si_function("RUN-PROCESS", siLrun_process);    make_si_function("RUN-PROCESS", siLrun_process);
282  }  }
# Line 573  siLmake_socket_pair() Line 573  siLmake_socket_pair()
573  }  }
574    
575  void  void
576  init_socket_function()  gcl_init_socket_function()
577  {  {
578    make_si_function("MAKE-SOCKET-STREAM", siLmake_socket_stream);    make_si_function("MAKE-SOCKET-STREAM", siLmake_socket_stream);
579    make_si_function("MAKE-SOCKET-PAIR", siLmake_socket_pair);    make_si_function("MAKE-SOCKET-PAIR", siLmake_socket_pair);

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

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