projects
/
platform
/
upstream
/
at-spi2-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f93b2e
)
versioned-introspection.py: Define prototypes as extern
author
Mike Gorse
<mgorse@suse.com>
Wed, 20 Mar 2013 21:14:36 +0000
(16:14 -0500)
committer
Mike Gorse
<mgorse@suse.com>
Wed, 27 Mar 2013 18:33:14 +0000
(13:33 -0500)
xml/versioned-introspection.py
patch
|
blob
|
history
diff --git
a/xml/versioned-introspection.py
b/xml/versioned-introspection.py
index 1d594a33c7974ee68af16b436c857305ee0092d5..3922f6613008711782e70cfb5ac6fb0813829d88 100644
(file)
--- a/
xml/versioned-introspection.py
+++ b/
xml/versioned-introspection.py
@@
-39,7
+39,7
@@
HTEMPLATE = \
DECTEMPLATE = \
"""
-const char *%s;
+
extern
const char *%s;
"""
DEFTEMPLATE = \