Skip to content

Commit fad7735

Browse files
author
Daniel Kroening
authored
Merge pull request #2613 from NathanJPhillips/cleanup/irep_ids-def-not-h
Updated comment for the fact that IDs are defined in def files now
2 parents e34fc57 + 7798aaa commit fad7735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/util/irep_ids.def

Lines changed: 3 additions & 3 deletions
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)