We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c34f2 commit 7798aaaCopy full SHA for 7798aaa
src/util/irep_ids.def
@@ -693,9 +693,9 @@ IREP_ID_TWO(C_qualifier, #qualifier)
693
IREP_ID_TWO(C_array_ini, #array_ini)
694
695
// Projects depending on this code base that wish to extend the list of
696
-// available ids should provide a file local_irep_ids.h in their source tree and
697
-// add -D'LOCAL_IREP_IDS=<project/local_irep_ids.h>' to their compiler command
698
-// line.
+// available ids should provide a file local_irep_ids.def in their source tree
+// and add -D'LOCAL_IREP_IDS=<project/local_irep_ids.def>' to their compiler
+// command line.
699
#ifdef LOCAL_IREP_IDS
700
#include LOCAL_IREP_IDS
701
#endif
0 commit comments