~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/texk/kpathsea/str-llist.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
   that C cannot express iterators very well, and I don't want to change
5
5
   all the for loops.
6
6
 
7
 
   Copyright 1993, 1994, 2008 Karl Berry.
 
7
   Copyright 1993, 1994, 2008, 2010 Karl Berry.
8
8
 
9
9
   This library is free software; you can redistribute it and/or
10
10
   modify it under the terms of the GNU Lesser General Public
44
44
#define STR_LLIST_MOVED(sl) ((sl).moved)
45
45
#define STR_LLIST_NEXT(sl) ((sl).next)
46
46
 
 
47
#ifdef MAKE_KPSE_DLL /* libkpathsea internal only */
47
48
 
48
49
/* Add the new string E to the end of the list L.  */
49
50
extern void str_llist_add (str_llist_type *l, string e);
52
53
   been moved.  Set `moved' member for E.  */
53
54
extern void str_llist_float (str_llist_type *l, str_llist_elt_type *e);
54
55
 
 
56
#endif /* MAKE_KPSE_DLL */
 
57
 
55
58
#endif /* not STR_LLIST_H */