More extern removal from Robert P. Day.

This commit is contained in:
Rob Landley
2006-03-29 16:52:56 +00:00
parent cb8d4319a3
commit ca087713f2
6 changed files with 4 additions and 16 deletions

View File

@@ -27,7 +27,6 @@
#include <assert.h>
#include "libbb.h"
extern
unsigned long bb_xparse_number(const char *numstr,
const struct suffix_mult *suffixes)
{