Mercurial > hg > CbC > CbC_gcc
view gcc/version.c @ 22:0eb6cac880f0
add cbc example of quicksort.
author | kent <kent@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2009 17:15:58 +0900 |
parents | a06113de4d67 |
children | 77e2b8dfacca |
line wrap: on
line source
#include "version.h" /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, please configure with --with-bugurl pointing to a document giving instructions for reporting bugs to you, not us. (You are of course welcome to forward us bugs reported to you, if you determine that they are not bugs in your modifications.) */ const char bug_report_url[] = BUGURL; /* The complete version string, assembled from several pieces. BASEVER, DATESTAMP, DEVPHASE, and REVISION are defined by the Makefile. */ const char version_string[] = BASEVER DATESTAMP DEVPHASE REVISION; const char pkgversion_string[] = PKGVERSION;