memcpy(line, linebuf, i);
bool comment = false;
int j;
- for(j = 0; line[j] != 0; j++){
- if(!(line[j] == ' ' || line[j] == '\t')){
+ for(j = 0; line[j] != 0; j++) {
+ if(!(line[j] == ' ' || line[j] == '\t')) {
char* newline = __dw_strdup(line + j);
free(line);
line = newline;
buf = malloc(1);
buf[0] = 0;
len = 0;
- }else if(until_end){
- }else if(ch == '#'){
+ } else if(until_end) {
+ } else if(ch == '#') {
until_end = true;
} else if(ch != '\r') {
char* newbuf = malloc(len + 2);
pkgdesc='Database System'
arch=('i686' 'x86_64')
license=('BSD')
-pkgrel='34'
+pkgrel='35'
makedepends=('byacc')
-source=('dataworks::svn+http://sw.nishi.boats/svn/nishi-dataworks/trunk#revision=197')
+source=('dataworks::svn+http://sw.nishi.boats/svn/nishi-dataworks/trunk#revision=199')
sha256sums=('SKIP')
build() {