/[bison]/bison/src/output.c
ViewVC logotype

Diff of /bison/src/output.c

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

revision 1.131 by akim, Mon Mar 4 13:58:05 2002 UTC revision 1.132 by akim, Mon Mar 4 14:17:30 2002 UTC
# Line 958  static void Line 958  static void
958  output_skeleton (void)  output_skeleton (void)
959  {  {
960    /* Store the definition of all the muscles. */    /* Store the definition of all the muscles. */
961    char *tempdir = getenv ("TMPDIR");    const char *tempdir = getenv ("TMPDIR");
962    char *tempfile = NULL;    char *tempfile = NULL;
963    FILE *out = NULL;    FILE *out = NULL;
   ssize_t bytes_read;  
964    int fd;    int fd;
965    
966    if (tempdir == NULL)    if (tempdir == NULL)

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.132

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