~ubuntu-branches/debian/sid/varnish/sid

« back to all changes in this revision

Viewing changes to lib/libvmod_std/vmod.py

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-10-29 15:23:24 UTC
  • mfrom: (0.1.15)
  • Revision ID: package-import@ubuntu.com-20111029152324-tdtlsurrv22ysknj
Tags: 3.0.2-1
* New upstream release
* Build from upstream tarball instead of git tag
* debian/watch: more specific regular expression

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
fc.write('const char * const Vmod_Spec[] = {\n' + slist + '\t0\n};\n')
309
309
 
310
310
fc.write('const char Vmod_Varnish_ABI[] = VMOD_ABI_Version;\n')
 
311
 
 
312
fh.write('extern const void * const Vmod_Id;\n')
 
313
fc.write('const void * const Vmod_Id = &Vmod_Id;\n')
 
314
 
311
315
fc.write("\n")
312
316