update pet for support for recent versions of clang
[ppn.git] / pdg2c_options.c
blobfb7da2e0d4a4042f9edfe399ab68cb8b0f72139b
1 #include "pdg2c_options.h"
3 ISL_ARGS_START(struct options, options_args)
4 ISL_ARG_CHILD(struct options, pet, "pet", &pet_options_args, "pet options")
5 ISL_ARG_ARG(struct options, input_C, "input-C", NULL)
6 ISL_ARG_ARG(struct options, input_pdg, "input-pdg", NULL)
7 ISL_ARG_STR(struct options, output, 'o', "output", "filename", "-", NULL)
8 ISL_ARGS_END
10 ISL_ARG_DEF(options, struct options, options_args)