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

« back to all changes in this revision

Viewing changes to osl/include/osl/body.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-10-17 15:54:24 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20131017155424-3q1gw7yhddylfkpj
Tags: 0.18.1-1
* New upstream version.
* Add a comment to build-depend on libpod-latex-perl | perl (<< 5.17.0),
  when the documentation is built. Closes: #711681.
* Use dh_autotools-dev to update config.{sub,guess}. Closes: #719957.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
char *          osl_body_sprint(osl_body_p);
99
99
void            osl_body_print(FILE *, osl_body_p);
100
100
 
 
101
// SCoPLib Compatibility
 
102
void            osl_body_print_scoplib(FILE * file, osl_body_p body);
101
103
 
102
104
/*****************************************************************************
103
105
 *                              Reading function                             *