-
-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6504 Regression(2.041): "str" ~ [arr] allows string literal to be mod…
…ified (a) Move slicing functions from interpret.c into constfold.c (b) move existing string ~ [arr] -> string into interpret.c (c) create string ~ [arr] -> [arr] for non-CTFE functions. The CTFE slicing functions are used for the conversion, to avoid code duplication. Fixes bug 6504.
- Loading branch information
Don Clugston
committed
Feb 2, 2012
1 parent
127d011
commit 5fd8196
Showing
3 changed files
with
165 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters