Skip to content

Commit

Permalink
* Minor change in meta_modelica.h
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2964 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Kristian Stavåker committed Nov 13, 2007
1 parent 2a316a2 commit 5f0b83c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c_runtime/meta_modelica.h
Expand Up @@ -69,6 +69,7 @@ extern "C" {
#define MMC_REALHDR (((MMC_SIZE_DBL/MMC_SIZE_INT) << 10) + 9)
#define MMC_STRINGHDR(nbytes) (((nbytes)<<(10-MMC_LOG2_SIZE_INT))+((1<<10)+5))
#define MMC_HDRSLOTS(hdr) ((hdr) >> 10)
#define MMC_GETHDR(x) (*(mmc_uint_t*)MMC_UNTAGPTR(x))

typedef unsigned int mmc_uint_t;
typedef int mmc_sint_t;
Expand Down

0 comments on commit 5f0b83c

Please sign in to comment.