| Submitter | Steve Kargl |
|---|---|
| Date | Oct. 30, 2011, 10:32 p.m. |
| Message ID | <20111030223254.GA40533@troutmask.apl.washington.edu> |
| Download | mbox | patch |
| Permalink | /patch/122692/ |
| State | New |
| Headers | show |
Comments
Patch
Index: symbol.c =================================================================== --- symbol.c (revision 180686) +++ symbol.c (working copy) @@ -3209,7 +3209,8 @@ gfc_new_charlen (gfc_namespace *ns, gfc_ /* Free the charlen list from cl to end (end is not freed). Free the whole list if end is NULL. */ -void gfc_free_charlen (gfc_charlen *cl, gfc_charlen *end) +void +gfc_free_charlen (gfc_charlen *cl, gfc_charlen *end) { gfc_charlen *cl2;