[parrot/parrot] 48434d: fix C++ build failures due to unexpected const-nes...
noreply at github.com
noreply at github.com
Mon Jul 4 14:24:19 UTC 2011
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 48434d747f95f276037d27e73f21d8d46d055c73
https://github.com/parrot/parrot/commit/48434d747f95f276037d27e73f21d8d46d055c73
Author: ligne <matt.boyle at gmail.com>
Date: 2011-07-04 (Mon, 04 Jul 2011)
Changed paths:
M src/string/api.c
Log Message:
-----------
fix C++ build failures due to unexpected const-ness
VTABLE_push_string() expects a non-const STRING. c++ says this is Not
Allowed. This fixes it.
Commit: 5b670225183fbbcc63ab0aee61635f3ab7e4ba99
https://github.com/parrot/parrot/commit/5b670225183fbbcc63ab0aee61635f3ab7e4ba99
Author: cotto <christoph_github at mksig.org>
Date: 2011-07-04 (Mon, 04 Jul 2011)
Changed paths:
M src/string/api.c
Log Message:
-----------
Merge pull request #138 from ligne/g++-build-error
fix C++ build failure due to unexpected const-ness
Compare: https://github.com/parrot/parrot/compare/ce6505d...5b67022
More information about the parrot-commits
mailing list