Changeset 809 for trunk/src/ash/parser.c


Ignore:
Timestamp:
Jan 29, 2007, 6:54:36 AM (18 years ago)
Author:
bird
Message:

Solaris + cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash/parser.c

    r626 r809  
    3333 */
    3434
     35#ifdef HAVE_SYS_CDEFS_H
    3536#include <sys/cdefs.h>
     37#endif
    3638#ifndef lint
    3739#if 0
     
    4345
    4446#include <stdlib.h>
     47#ifdef __sun__
     48#include <iso/limits_iso.h>
     49#endif
    4550
    4651#include "shell.h"
     
    746751                                if (**pp == *wordtext && equal(*pp, wordtext))
    747752                                {
    748                                         lasttoken = t = pp - 
     753                                        lasttoken = t = pp -
    749754                                            parsekwd + KWDOFFSET;
    750755                                        TRACE(("keyword %s recognized\n", tokname[t]));
Note: See TracChangeset for help on using the changeset viewer.