- Timestamp:
 - Jan 25, 2007, 1:47:50 AM (19 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/sed/lib/getopt.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/sed/lib/getopt.c
r599 r802 201 201 in GCC. */ 202 202 # include <string.h> 203 # define my_index strchr 204 #elif defined(_MSC_VER) 205 206 # include <stdlib.h> 207 # include <string.h> 208 # include <stdio.h> 203 209 # define my_index strchr 204 210 #else  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  