Skip to content

Commit

Permalink
- yacclib.h SHOULD not be included anywhere and yacclib.c should NOT …
Browse files Browse the repository at this point in the history
…be used

  as these functions are now part of rml.h and librml*.a. Get a new RML/MMC
  from Subversion or from OMDev.
- i renamed yacclib.c and yacclib.h to .txt to make sure this never happens again.


git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/OpenModelica1.5.0@4341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 13, 2009
1 parent 763b6e4 commit 538b765
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
@@ -1,3 +1,11 @@

/*
* Adrian Pop [adrpo@.ida.li.se]
* DO NOT USE THIS FILE at it was deprecated.
* all these functions are now part of RML/MMC.
*/


/*
* This file is part of OpenModelica.
*
Expand Down
@@ -1,3 +1,11 @@

/*
* Adrian Pop [adrpo@.ida.li.se]
* DO NOT USE THIS FILE at it was deprecated.
* all these functions are now part of RML/MMC.
*/


/*
* This file is part of OpenModelica.
*
Expand Down
1 change: 0 additions & 1 deletion Compiler/runtime/optmanager.cpp
Expand Up @@ -53,7 +53,6 @@ char *undefined = "## UNDEFINED OPTION ##";
extern "C"
{
#include "rml.h"
#include "../absyn_builder/yacclib.h"

// For all options to be used, add an initial value here.
void OptManager_5finit(void)
Expand Down
1 change: 0 additions & 1 deletion Compiler/runtime/unitparserext.cpp
Expand Up @@ -21,7 +21,6 @@ extern "C"
{
#include <assert.h>
#include "rml.h"
#include "../absyn_builder/yacclib.h"
#include <string.h>


Expand Down

0 comments on commit 538b765

Please sign in to comment.