Skip to content
Commit cce27ad9 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Fix the matlab parser breaking horribly on case sensitive systems.

Due to how the matlab grammar was setup, things would break horribly on systems
with case sensitive file names.  This occurred as some elements had names
differing only by case, which both Antlr and Java were fine with, but relied
on the system have case insensitive file names.  Mac/Windows would thus break
in most cases, along with Dropbox.

Fix by removing these names.  I don't use them, and the one useful case is
handled differently, which shouldn't cause issues in the future.
parent 557ce54d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment