repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pick three bugfixes from next branch to trunk for inclusion in 4.5.0 RC2, as discusse...
[sdcc.git]
/
sdcc
/
support
/
cpp
/
version.h
blob
88919039d9640a4c81fe53190750fef3ab2790d9
1
#ifndef GCC_VERSION_H
2
#define GCC_VERSION_H
3
extern
const char
version_string
[];
4
extern
const char
pkgversion_string
[];
5
extern
const char
bug_report_url
[];
6
#endif
/* ! GCC_VERSION_H */