diff options
author | fitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-08 05:51:16 +0000 |
---|---|---|
committer | fitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-08 05:51:16 +0000 |
commit | 532468197e7b09fe4d5abb03c4ad1e8803136df1 (patch) | |
tree | c3270d07d66ce28c3de86bd6a87fcf46de057f2a /fastjar/jartool.h | |
parent | 5faf8533063de0810cb2fda22ca6626c21e58e31 (diff) | |
download | gcc-532468197e7b09fe4d5abb03c4ad1e8803136df1.tar.gz |
2006-02-08 Thomas Fitzsimmons <fitzsim@redhat.com>
* jartool.h (ACTION_INDEX): New macro.
* jartool.c (main): Handle -i option.
* fastjar.texi (Invoking fastjar): Add description of -i option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110739 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/jartool.h')
-rw-r--r-- | fastjar/jartool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastjar/jartool.h b/fastjar/jartool.h index df166517d25..5865c8021dc 100644 --- a/fastjar/jartool.h +++ b/fastjar/jartool.h @@ -63,6 +63,7 @@ #define ACTION_EXTRACT 2 #define ACTION_UPDATE 3 #define ACTION_LIST 4 +#define ACTION_INDEX 5 #define TRUE 1 #define FALSE 0 |