diff options
author | Sergei Trofimovich <siarheit@google.com> | 2016-02-07 09:29:55 +0000 |
---|---|---|
committer | Sergei Trofimovich <siarheit@google.com> | 2016-02-07 10:48:36 +0000 |
commit | 72545c75556c4404048036ce7e07a447fd199cd5 (patch) | |
tree | 60b7999130a1728855aea20a506c59382aad13f0 /utils/hp2ps/Main.h | |
parent | f1f583799af4e1d14c9c1e95605b30ea5a71c76d (diff) | |
download | haskell-72545c75556c4404048036ce7e07a447fd199cd5.tar.gz |
hp2ps: mark local functions as 'static'
Found by uselex.rb:
fonttab: [R]: exported from: ./utils/hp2ps/dist/build/Dimensions.o
GetString: [R]: exported from: ./utils/hp2ps/dist/build/HpFile.o
thestring: [R]: exported from: ./utils/hp2ps/dist/build/HpFile.o
auxfp: [R]: exported from: ./utils/hp2ps/dist/build/Main.o
dflag: [R]: exported from: ./utils/hp2ps/dist/build/Main.o
filter: [R]: exported from: ./utils/hp2ps/dist/build/Main.o
iflag: [R]: exported from: ./utils/hp2ps/dist/build/Main.o
mflag: [R]: exported from: ./utils/hp2ps/dist/build/Main.o
pflag: [R]: exported from: ./utils/hp2ps/dist/build/Main.o
psfile: [R]: exported from: ./utils/hp2ps/dist/build/Main.o
tflag: [R]: exported from: ./utils/hp2ps/dist/build/Main.o
OrderOf: [R]: exported from: ./utils/hp2ps/dist/build/Reorder.o
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
Diffstat (limited to 'utils/hp2ps/Main.h')
-rw-r--r-- | utils/hp2ps/Main.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/hp2ps/Main.h b/utils/hp2ps/Main.h index 0d0d75f847..7a8626b375 100644 --- a/utils/hp2ps/Main.h +++ b/utils/hp2ps/Main.h @@ -60,8 +60,6 @@ extern boolish gflag; extern boolish yflag; extern boolish bflag; extern boolish sflag; -extern int mflag; -extern boolish tflag; extern boolish cflag; extern boolish multipageflag; @@ -69,11 +67,9 @@ extern boolish multipageflag; extern char *programname; extern char *hpfile; -extern char *psfile; extern char *auxfile; extern FILE *hpfp; extern FILE *psfp; -extern FILE *auxfp; #endif /* MAIN_H */ |