Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/util/irep_ids.def
Original file line number Diff line number Diff line change
Expand Up @@ -693,9 +693,9 @@ IREP_ID_TWO(C_qualifier, #qualifier)
IREP_ID_TWO(C_array_ini, #array_ini)

// Projects depending on this code base that wish to extend the list of
// available ids should provide a file local_irep_ids.h in their source tree and
// add -D'LOCAL_IREP_IDS=<project/local_irep_ids.h>' to their compiler command
// 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.
#ifdef LOCAL_IREP_IDS
#include LOCAL_IREP_IDS
#endif
Expand Down