Changeset 7d547f0 in OpenModelica


Ignore:
Timestamp:
2010-11-28T08:37:40+01:00 (13 years ago)
Author:
Martin Sjölund <martin.sjolund@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
0754853d
Parents:
0656f46e
Message:
  • Changed the interactive buffers to no longer be read-only, so we can use the API to modify them
    • Added a testcase for renaming components inside read-only files

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7226 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Parser/parse.c

    rebcfe504 r7d547f0  
    371371  ModelicaParser_filename_RML = mk_scon((char*)ModelicaParser_filename_C);
    372372  ModelicaParser_flags = flags;
    373   isReadOnly = 1;
     373  isReadOnly = 0;
    374374
    375375  if (debug) { fprintf(stderr, "Starting parsing of file: %s\n", ModelicaParser_filename_C); }
Note: See TracChangeset for help on using the changeset viewer.