~ubuntu-branches/ubuntu/trusty/cloog/trusty

« back to all changes in this revision

Viewing changes to isl/isl_printer.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-15 18:39:17 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111215183917-uqggmujou8wna9js
Tags: 0.17.0-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
        if (!p->buf)
214
214
                goto error;
215
215
        p->buf_n = 0;
 
216
        p->buf[0] = '\0';
216
217
        p->buf_size = 256;
217
218
        p->indent = 0;
218
219
        p->output_format = ISL_FORMAT_ISL;