/[MITgcm]/MITgcm/tools/cyrus-imapd-makedepend/main.c
ViewVC logotype

Diff of /MITgcm/tools/cyrus-imapd-makedepend/main.c

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

revision 1.1 by edhill, Wed Feb 25 18:19:54 2004 UTC revision 1.3 by jahn, Mon Apr 6 21:17:32 2009 UTC
# Line 188  catch (sig) Line 188  catch (sig)
188  #define USGISH  #define USGISH
189  #endif  #endif
190    
191    #ifdef sparc
192    #define USGISH
193    #endif
194    
195  #ifndef USGISH  #ifndef USGISH
196  #ifndef _POSIX_SOURCE  #ifndef _POSIX_SOURCE
197  #define sigaction sigvec  #define sigaction sigvec
# Line 548  match(str, list) Line 552  match(str, list)
552   * Get the next line.  We only return lines beginning with '#' since that   * Get the next line.  We only return lines beginning with '#' since that
553   * is all this program is ever interested in.   * is all this program is ever interested in.
554   */   */
555  char *getline(filep)  char *getppline(filep)
556          register struct filepointer     *filep;          register struct filepointer     *filep;
557  {  {
558          register char   *p,     /* walking pointer */          register char   *p,     /* walking pointer */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22