Ticket #1591 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

mod_extforward.c fails to compile with old gcc version (2.96)

Reported by: cog Assigned to: jan
Priority: normal Milestone: 1.5.0
Component: core Version: 1.4.19
Severity: normal Keywords:
Cc: Blocking:
Need Feedback: 0

Description

1.4.19 didn't want to compile on some of my older machines running gcc 2.96.

mod_extforward.c

+int i; -for (int i = a->used - 1; i >= 0; i--) { +for (i = a->used - 1; i >= 0; i--) {

This compiles, but I hope I got the syntax correct.

Attachments

Change History

03/13/2008 03:39:43 PM changed by stbuehler

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [2129]


Add/Change #1591 (mod_extforward.c fails to compile with old gcc version (2.96))




Change Properties
Action