Skip to content
  • Brad King's avatar
    ENH: Use KWSys String strcasecmp to parse Fortran · f5a86a83
    Brad King authored
    This replaces the Fortran dependency parser source's custom strcasecmp
    implementation with one from KWSys String.  It removes duplicate code
    and avoids a Borland warning about inlining functions with 'while'.
    f5a86a83