update a copyright and fix the define order.
This commit is contained in:
parent
51ca2d1243
commit
d5823b3e55
|
|
@ -1,7 +1,7 @@
|
||||||
%option prefix="yy"
|
%option prefix="yy"
|
||||||
%{
|
%{
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1999-2012 Stephen Williams (steve@icarus.com)
|
* Copyright (c) 1999-2013 Stephen Williams (steve@icarus.com)
|
||||||
*
|
*
|
||||||
* This source code is free software; you can redistribute it
|
* This source code is free software; you can redistribute it
|
||||||
* and/or modify it in source code form under the terms of the GNU
|
* and/or modify it in source code form under the terms of the GNU
|
||||||
|
|
|
||||||
|
|
@ -113,9 +113,9 @@ extern bool of_IX_GETV(vthread_t thr, vvp_code_t code);
|
||||||
extern bool of_IX_GETV_S(vthread_t thr, vvp_code_t code);
|
extern bool of_IX_GETV_S(vthread_t thr, vvp_code_t code);
|
||||||
extern bool of_IX_GET_S(vthread_t thr, vvp_code_t code);
|
extern bool of_IX_GET_S(vthread_t thr, vvp_code_t code);
|
||||||
extern bool of_IX_LOAD(vthread_t thr, vvp_code_t code);
|
extern bool of_IX_LOAD(vthread_t thr, vvp_code_t code);
|
||||||
|
extern bool of_IX_MOV(vthread_t thr, vvp_code_t code);
|
||||||
extern bool of_IX_MUL(vthread_t thr, vvp_code_t code);
|
extern bool of_IX_MUL(vthread_t thr, vvp_code_t code);
|
||||||
extern bool of_IX_SUB(vthread_t thr, vvp_code_t code);
|
extern bool of_IX_SUB(vthread_t thr, vvp_code_t code);
|
||||||
extern bool of_IX_MOV(vthread_t thr, vvp_code_t code);
|
|
||||||
extern bool of_JMP(vthread_t thr, vvp_code_t code);
|
extern bool of_JMP(vthread_t thr, vvp_code_t code);
|
||||||
extern bool of_JMP0(vthread_t thr, vvp_code_t code);
|
extern bool of_JMP0(vthread_t thr, vvp_code_t code);
|
||||||
extern bool of_JMP0XZ(vthread_t thr, vvp_code_t code);
|
extern bool of_JMP0XZ(vthread_t thr, vvp_code_t code);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue