VirtualBox

Changeset 2415 in kBuild for trunk/src/kash/arith.y


Ignore:
Timestamp:
Sep 13, 2010 11:13:20 PM (14 years ago)
Author:
bird
Message:

kash: trimmed down the arith stuff, making it not drag in libc bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/arith.y

    r2382 r2415  
    5757int main(int , char *[]);
    5858int error(char *);
     59#else
     60# undef  malloc
     61# define malloc(cb)        sh_malloc(NULL, (cb))
     62# undef  realloc
     63# define realloc(pv,cb)    sh_realloc(NULL, (pv), (cb))
     64# undef  free
     65# define free(pv)          sh_free(NULL, (pv))
    5966#endif
    6067
Note: See TracChangeset for help on using the changeset viewer.

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