Ignore:
Timestamp:
Oct 7, 2007, 10:39:58 PM (18 years ago)
Author:
bird
Message:

some more cleanup.

File:
1 edited

Legend:

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

    r1210 r1214  
    3333 */
    3434
    35 #ifdef HAVE_SYS_CDEFS_H
    36 #include <sys/cdefs.h>
    37 #endif
     35#if 0
    3836#ifndef lint
    39 #if 0
    4037static char sccsid[] = "@(#)parser.c    8.7 (Berkeley) 5/16/95";
    4138#else
    4239__RCSID("$NetBSD: parser.c,v 1.59 2005/03/21 20:10:29 dsl Exp $");
     40#endif /* not lint */
    4341#endif
    44 #endif /* not lint */
    4542
    4643#include <stdlib.h>
    47 #ifdef __sun__
    48 #include <iso/limits_iso.h>
    49 #endif
    5044
    5145#include "shell.h"
     
    6660#include "show.h"
    6761#ifndef SMALL
    68 #include "myhistedit.h"
     62# include "myhistedit.h"
    6963#endif
    7064#include "shinstance.h"
Note: See TracChangeset for help on using the changeset viewer.