Skip to content

Commit

Permalink
Merge pull request #268 from chrisnovakovic/module-name-macro
Browse files Browse the repository at this point in the history
Don't define `MODULE_NAME` as a string literal
  • Loading branch information
bgaifullin authored Feb 25, 2024
2 parents 79ba7cc + f261783 commit abe56d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "debug.h"

#ifndef MODULE_NAME
#define MODULE_NAME "xmlsec"
#define MODULE_NAME xmlsec
#endif

#define JOIN(X,Y) DO_JOIN1(X,Y)
Expand Down

0 comments on commit abe56d0

Please sign in to comment.