Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1107 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Håkan Lundvall committed Mar 11, 2004
1 parent 4615d2d commit 4ed1b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions c_runtime/modelica_string.c
Expand Up @@ -23,6 +23,7 @@
#include "modelica_string.h"
#include "memory_pool.h"
#include <assert.h>
#include <string.h>

int modelica_string_ok(modelica_string_t* a)
{
Expand Down
1 change: 1 addition & 0 deletions c_runtime/read_write.h
Expand Up @@ -55,5 +55,6 @@ int write_integer_array(FILE*,integer_array_t*);

int read_modelica_string(FILE*,modelica_string_t*);
int write_modelica_string(FILE*,modelica_string_t*);
int read_type_description(FILE*, type_description*);

#endif

0 comments on commit 4ed1b70

Please sign in to comment.