Skip to content

Commit 7798aaa

Browse files
Updated comment for the fact that IDs are defined in def files now
1 parent f6c34f2 commit 7798aaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/util/irep_ids.def

+3-3
Original file line numberDiff line numberDiff line change
@@ -693,9 +693,9 @@ IREP_ID_TWO(C_qualifier, #qualifier)
693693
IREP_ID_TWO(C_array_ini, #array_ini)
694694

695695
// 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.
696+
// available ids should provide a file local_irep_ids.def in their source tree
697+
// and add -D'LOCAL_IREP_IDS=<project/local_irep_ids.def>' to their compiler
698+
// command line.
699699
#ifdef LOCAL_IREP_IDS
700700
#include LOCAL_IREP_IDS
701701
#endif

0 commit comments

Comments
 (0)