Issue 13401 - code cleanup: removing c-style array declarations in druntime
Summary: code cleanup: removing c-style array declarations in druntime
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: druntime (show other issues)
Version: D2
Hardware: All All
: P1 enhancement
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2014-08-30 10:52 UTC by Ketmar Dark
Modified: 2015-02-18 03:37 UTC (History)
1 user (show)

See Also:


Attachments
fixes druntime files (16.13 KB, patch)
2014-08-30 10:52 UTC, Ketmar Dark
Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Ketmar Dark 2014-08-30 10:52:05 UTC
Created attachment 1404 [details]
fixes druntime files
Comment 1 hsteoh 2014-08-30 14:07:59 UTC
https://github.com/D-Programming-Language/druntime/pull/939

Thanks for the patch!
Comment 2 github-bugzilla 2014-08-30 15:55:30 UTC
Commit pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/e5b2a4fd83a6c647d9de53207bf5faa7bb42b2bc
Merge pull request #939 from quickfur/issue13401

Eliminate C-style array declarations.