~ubuntu-branches/ubuntu/saucy/speech-tools/saucy-proposed

« back to all changes in this revision

Viewing changes to include/ling_class/EST_Relation_list.h

  • Committer: Bazaar Package Importer
  • Author(s): Kumar Appaiah
  • Date: 2011-02-16 20:53:04 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110216205304-8ddwyufsq8qqxg8z
Tags: 1:2.1~release-1
* New upstream release
* Bump soname; shlibs etc. updated
* Update patches and rules file to handle symlinks with just x.y
  versioning as opposed to x.y.z by appropriately ignoring the absence
  of the minor version number. Also fix major version detection in
  debian/get_version.sh.
* Update watch file to handle "release" in version number

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#ifndef __EST_RELATION_LIST_H__
38
38
#define __EST_RELATION_LIST_H__
39
39
 
 
40
 
 
41
#if 0
40
42
/**@name Functions for building and traversing list relations
41
43
 */
42
44
 
80
82
inline EST_Item *last(const EST_Item *n,const char *relname) 
81
83
    { return last(as(n,relname)); }
82
84
 
 
85
#endif
83
86
 
84
87
/** Given a node <parameter>l</parameter>, return true if
85
88
    <parameter>c</parameter> after it in a list relation. */