Mercurial > MadButterfly
comparison src/shape_path.c @ 709:920c9e6e4214
Make code clear
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 13 Aug 2010 17:51:21 +0800 |
parents | 594827d0f3e5 |
children | da794f4fe96c |
comparison
equal
deleted
inserted
replaced
708:ac9c20db953e | 709:920c9e6e4214 |
---|---|
33 (isdigit(*(x)) || \ | 33 (isdigit(*(x)) || \ |
34 *(x) == 'e' || \ | 34 *(x) == 'e' || \ |
35 *(x) == 'E' || \ | 35 *(x) == 'E' || \ |
36 *(x) == '-' || \ | 36 *(x) == '-' || \ |
37 *(x) == '+' || \ | 37 *(x) == '+' || \ |
38 *(x) == '.')) { \ | 38 *(x) == '.')) { \ |
39 (x)++; \ | 39 (x)++; \ |
40 } | 40 } |
41 #define OK 0 | 41 #define OK 0 |
42 #define ERR -1 | 42 #define ERR -1 |
43 #define PI 3.1415926535897931 | 43 #define PI 3.1415926535897931 |