Skip to content

Commit

Permalink
- get rid of local case/else declarations.
Browse files Browse the repository at this point in the history
- minor formatting changes



git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6776 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 31, 2010
1 parent e9a3e30 commit 04db0d6
Show file tree
Hide file tree
Showing 2 changed files with 630 additions and 712 deletions.
16 changes: 7 additions & 9 deletions Compiler/Builtin.mo
Expand Up @@ -30,28 +30,26 @@
*/

package Builtin
" file: Builtin.mo
package: Builtin
" file: Builtin.mo
package: Builtin
description: Builting tyepes and variables

RCS: $Id$

This module defines the builtin types, variables and functions in
Modelica. The only exported functions are `initial_env\' and
simple_initial_env.
Modelica. The only exported functions are Builtin.initialEnv and
Builtin.simpleInitialEnv.

There are several builtin attributes defined in the builtin types, such as
unit, start, etc.

"
There are several builtin attributes defined in the builtin types,
such as unit, start, etc."

public import Absyn;
public import SCode;
public import Env;
public import RTOpts;
public import DAE;

/* protected imports */
// protected imports
protected import ClassInf;
protected import Values;

Expand Down

0 comments on commit 04db0d6

Please sign in to comment.