source: EcnlProtoTool/trunk/prototool/src/mrdberror.h@ 279

Last change on this file since 279 was 279, checked in by coas-nagasima, 7 years ago

ファイルを追加、更新。

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 460 bytes
Line 
1/*
2** mrdberror.h - mruby debugger error code
3**
4*/
5
6#ifndef MRDBERROR_H
7#define MRDBERROR_H
8
9#define MRB_DEBUG_OK (0)
10#define MRB_DEBUG_NOBUF (-1)
11#define MRB_DEBUG_INVALID_ARGUMENT (-2)
12
13#define MRB_DEBUG_BREAK_INVALID_LINENO (-11)
14#define MRB_DEBUG_BREAK_INVALID_FILE (-12)
15#define MRB_DEBUG_BREAK_INVALID_NO (-13)
16#define MRB_DEBUG_BREAK_NUM_OVER (-14)
17#define MRB_DEBUG_BREAK_NO_OVER (-15)
18
19#endif
20
Note: See TracBrowser for help on using the repository browser.