aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-06-29 12:39:34 +0000
committerOmar Polo <op@omarpolo.com>2021-06-29 12:39:34 +0000
commitf98e9045aef95fe28972d477ee549974c7cefb9f (patch)
tree9f565c5c15d72e6fbb64288b9251a437b439c030 /ChangeLog
parent3b21cca385c403247960cfe9385dda1d56f28670 (diff)
add -D to define macros from the cmd line
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3801306..472bedf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2021-06-29 Omar Polo <op@omarpolo.com>
+ * gmid.c (main): add -D to define macros from the cmd line
+
* parse.y (yylex): allow to define macros in the config file
* gmid.c (main): use getopt_long, add --help as synonym of -h and -V/--version