aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.opt')
-rw-r--r--src/cmdline.opt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmdline.opt b/src/cmdline.opt
index a0dc703..18791b6 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -129,13 +129,13 @@ END
OPTION(define,D,[<NAME[=VALUE]>],
[<define a preprocessor symbol NAME as having VALUE or empty>])
BEGIN
- add_pp_option ("-D", optarg);
+ pp_add_option ("-D", optarg);
END
OPTION(undefine,U,NAME,
[<undefine a preprocessor symbol NAME>])
BEGIN
- add_pp_option ("-U", optarg);
+ pp_add_option ("-U", optarg);
END
GROUP(Component Management)

Return to:

Send suggestions and report system problems to the System administrator.