From 7798aaa90b3bef6ac1a59c0250642d62704c9e57 Mon Sep 17 00:00:00 2001 From: Nathan Phillips Date: Wed, 25 Jul 2018 15:48:41 +0100 Subject: [PATCH] Updated comment for the fact that IDs are defined in def files now --- src/util/irep_ids.def | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/util/irep_ids.def b/src/util/irep_ids.def index 57f5751eb38..fcda57ce383 100644 --- a/src/util/irep_ids.def +++ b/src/util/irep_ids.def @@ -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=' 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=' to their compiler +// command line. #ifdef LOCAL_IREP_IDS #include LOCAL_IREP_IDS #endif