Skip to content

Commit

Permalink
Use noreturn attribute also for cppruntime
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 31, 2014
1 parent ce8190e commit 434954c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion SimulationRuntime/c/ModelicaUtilities.h
Expand Up @@ -3,7 +3,11 @@

#include <stddef.h>
#include <stdarg.h>
#include "util/omc_msvc.h" /* for __attribute__() */

#ifndef __GNUC__
#define __attribute__(x)
#endif

/*
* Utility functions for external functions.
* The functionality is defined in the Modelica 2.x and 3.x specifications.
Expand Down

0 comments on commit 434954c

Please sign in to comment.