Project

General

Profile

« Previous | Next » 

Revision 6cbbe1c1

Added by Lélio Brun about 2 years ago

start again with spec representation

View differences:

include/arrow.h
23 23

  
24 24
#define _arrow_clear(self) {}
25 25

  
26
#define _arrow_step(x,y,output,self) ((self)->_reg._first?((self)->_reg._first=0,(*output = x)):(*output = y))
26
/* #define _arrow_step(x,y,output,self) ((self)->_reg._first?((self)->_reg._first=0,(*output = x)):(*output = y)) */
27 27

  
28 28
#define _arrow_reset(self) {(self)->_reg._first = 1;}
29 29

  

Also available in: Unified diff