Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
0e8bab6c
Commit
0e8bab6c
authored
May 04, 2012
by
Matthias Braun
Browse files
improve docu of ir_visibility_external
parent
0bddf6c3
Changes
1
Show whitespace changes
Inline
Side-by-side
include/libfirm/typerep.h
View file @
0e8bab6c
...
...
@@ -93,8 +93,9 @@ typedef enum {
/**
* The entity is visible across compilation units. It might have an
* initializer/graph.
* Note that variables with visibility_external but not initializer are
* not "uninitialized" but considered to be in another compilation unit.
* Note that entities with visibility_external without initializer are
* assumed to be defined in another compilation unit (not like C variables
* which are considered 'uninitialized' in this case).
*/
ir_visibility_external
,
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment