VirtualBox

Changeset 259 in kBuild for trunk/src/kDepPre


Ignore:
Timestamp:
Apr 21, 2005 4:54:02 PM (20 years ago)
Author:
bird
Message:

Win32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kDepPre/kDepPre.c

    r256 r259  
    2929#include <stdlib.h>
    3030#include <string.h>
     31#include <ctype.h>
    3132
    3233#ifdef HAVE_FGETC_UNLOCKED
     
    3435#else
    3536# define FGETC(s)   fgetc(s)
     37#endif
     38
     39#ifdef NEED_ISBLANK
     40# define isblank(ch) ( (unsigned char)(ch) == ' ' || (unsigned char)(ch) == '\t' )
    3641#endif
    3742
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette