aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-07-06 17:22:54 +0000
committerRob Landley <rob@landley.net>2006-07-06 17:22:54 +0000
commit4ae905a31cc57ea4a835ed0cc4489e81ab9a7524 (patch)
treefc68309e2101510bc67a24ebfa8ad95dae2c9bb8 /include/libbb.h
parentaa516a61b994526e1b09fbe863ea34e553e76017 (diff)
downloadbusybox-w32-4ae905a31cc57ea4a835ed0cc4489e81ab9a7524.tar.gz
busybox-w32-4ae905a31cc57ea4a835ed0cc4489e81ab9a7524.tar.bz2
busybox-w32-4ae905a31cc57ea4a835ed0cc4489e81ab9a7524.zip
Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06.
Diffstat (limited to '')
-rw-r--r--include/libbb.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index db43984b8..6d6213901 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -551,4 +551,19 @@ extern uint32_t *bb_crc32_filltable (int endian);
551 551
552extern const char BB_BANNER[]; 552extern const char BB_BANNER[];
553 553
554// Make sure we call functions instead of macros.
555#undef isalnum
556#undef isalpha
557#undef isascii
558#undef isblank
559#undef iscntrl
560#undef isdigit
561#undef isgraph
562#undef islower
563#undef isprint
564#undef ispunct
565#undef isspace
566#undef isupper
567#undef isxdigit
568
554#endif /* __LIBBUSYBOX_H__ */ 569#endif /* __LIBBUSYBOX_H__ */