Skip to content

Commit

Permalink
- fix grep and replace from r22200
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Sep 9, 2014
1 parent 4b091f5 commit 00cda59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/MetaModelicaBuiltin.mo
Expand Up @@ -643,11 +643,11 @@ external "builtin";
</html>"));
end listDelete;

function List.isEmpty<A> "O(1)"
function listEmpty<A> "O(1)"
input List<A> lst;
output Boolean isEmpty;
external "builtin";
end List.isEmpty;
end listEmpty;

function cons<A> "O(1)"
input A element;
Expand Down

0 comments on commit 00cda59

Please sign in to comment.