Skip to content
Snippets Groups Projects
Commit 3e471e50 authored by Martin Nolte's avatar Martin Nolte
Browse files

don't force module names to begin with "DUNE_"

[[Imported from SVN: r5279]]
parent 1cc73042
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#ifndef DUNE_VERSION_HH
#define DUNE_VERSION_HH
#define DUNE_VERSION_JOIN(module,type) DUNE_ ## module ## _VERSION_ ## type
#define DUNE_VERSION_JOIN(module,type) ## module ## _VERSION_ ## type
#define DUNE_VERSION_EQUAL(module,major,minor) \
((DUNE_VERSION_JOIN(module,MAJOR) == major) && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment