summaryrefslogtreecommitdiff
path: root/source3/aparser
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-09-18 01:09:25 +0000
committerTim Potter <tpot@samba.org>2000-09-18 01:09:25 +0000
commitdf72a14ce8739a99b81ed04d496653608cb1ee41 (patch)
tree56dc429f8d1f223085ae5f6f9e6bac196ad0b568 /source3/aparser
parenta2c82976b86cbdddbf9f7cb08f5d461c6cde86c6 (diff)
downloadsamba-df72a14ce8739a99b81ed04d496653608cb1ee41.tar.gz
samba-df72a14ce8739a99b81ed04d496653608cb1ee41.tar.bz2
samba-df72a14ce8739a99b81ed04d496653608cb1ee41.zip
Removed emacs backup file from repository.
(This used to be commit 807f22412e2738bb6323e43a2da6c942017621ac)
Diffstat (limited to 'source3/aparser')
-rw-r--r--source3/aparser/templates/prs_array_remainder.tpl~7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/aparser/templates/prs_array_remainder.tpl~ b/source3/aparser/templates/prs_array_remainder.tpl~
deleted file mode 100644
index 8050903f06..0000000000
--- a/source3/aparser/templates/prs_array_remainder.tpl~
+++ /dev/null
@@ -1,7 +0,0 @@
- {
- int i;
- for (i=0;ps->data_offset < ps->buffer_size;i++) {
- if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*(i+1)) goto fail;
- if (!io_@TYPE@("@ELEM@...", ps, depth+1, &il->@ELEM@[i], @FLAGS@)) goto fail;
- }
- }