aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/analyzer-language.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/analyzer/analyzer-language.h')
-rw-r--r--gcc/analyzer/analyzer-language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/analyzer/analyzer-language.h b/gcc/analyzer/analyzer-language.h
index 1987ee0..a0c85a8 100644
--- a/gcc/analyzer/analyzer-language.h
+++ b/gcc/analyzer/analyzer-language.h
@@ -35,7 +35,7 @@ class translation_unit
public:
/* Attempt to look up an value for identifier ID (e.g. in the headers that
have been seen). If it is defined and an integer (e.g. either as a
- macro or enum), return the INTEGER_CST value, otherwise return NULL. */
+ macro or enum), return the INTEGER_CST value, otherwise return NULL_TREE. */
virtual tree lookup_constant_by_id (tree id) const = 0;
virtual tree lookup_type_by_id (tree id) const = 0;
virtual tree lookup_global_var_by_id (tree id) const = 0;