Check-in [2a3cb3f447]
Overview
Comment:tcc4tcl 0.27
Timelines: family | ancestors | descendants | both | trunk | 0.27
Files: files | file ages | folders
SHA1: 2a3cb3f447e278e2980d8ba12e55951f6c4ef94e
User & Date: rkeene on 2016-12-09 05:23:02.316
Other Links: manifest | tags
Context
2016-12-09
14:48
Fixed typo causing compiler flags to be used even if not supported check-in: c775cbea62 user: rkeene tags: trunk
05:23
tcc4tcl 0.27 check-in: 2a3cb3f447 user: rkeene tags: trunk, 0.27
05:22
Updated with a better check for -Wno-unused-result for TCC check-in: 7cda94da9b user: rkeene tags: trunk
Changes
13
14
15
16
17
18
19
20

21
22
23
24
25
26
27
13
14
15
16
17
18
19

20
21
22
23
24
25
26
27







-
+







# If set to "auto" it will be maintained in a file called .version
# in the source directory and the revision will be incremented
# each time a "makearch" is done.
#
# If @@SVNLCR@@ is used anywhere in this version number, it will be
# replaced with the highest last-changed-rev from the output of
#   svn info -R    (or 0)
VERS="0.26"
VERS="0.27"

# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
#     @@UTIL@@ becomes the utility name ${UTIL}
#     @@VERS@@ becomes the utility version
#     @@DATE@@ becomes the current date