Changeset 1226 for trunk/src/kash/var.c


Ignore:
Timestamp:
Oct 8, 2007, 3:46:07 AM (18 years ago)
Author:
bird
Message:

removed all the fake header files on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/var.c

    r1222 r1226  
    4343#include <stddef.h>
    4444#include <stdlib.h>
    45 #include <strings.h>
     45#include <string.h>
    4646
    4747#ifdef PC_OS2_LIBPATHS
     
    577577                        continue;
    578578                }
    579                 q = index(p, '\'');
     579                q = strchr(p, '\'');
    580580                if (!q) {
    581581                        out1fmt(psh, "'%s'", p );
Note: See TracChangeset for help on using the changeset viewer.