From 9267d02c3601122f74bdf3a9d21f30080a4a1a9a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 16 Jan 2009 13:43:54 +0100 Subject: [PATCH] Updated footer comment --- src/charsets.c | 2 ++ src/charsets.h | 2 ++ src/client.c | 2 ++ src/client.h | 2 ++ src/connection.c | 2 ++ src/connection.h | 2 ++ src/database.c | 2 ++ src/dirent.c | 1 + src/direntz.h | 1 + src/eventl.c | 2 ++ src/getaddrinfo.c | 2 ++ src/host.h | 2 ++ src/http.c | 2 ++ src/http.h | 2 ++ src/http_command.c | 2 ++ src/logic.c | 2 ++ src/normalize7bit.c | 2 ++ src/parameters.h | 2 ++ src/pazpar2.c | 2 ++ src/pazpar2.h | 2 ++ src/pazpar2_config.c | 2 ++ src/pazpar2_config.h | 2 ++ src/reclists.c | 2 ++ src/reclists.h | 2 ++ src/record.c | 2 ++ src/record.h | 2 ++ src/relevance.c | 2 ++ src/relevance.h | 2 ++ src/sel_thread.c | 2 ++ src/sel_thread.h | 2 ++ src/settings.c | 2 ++ src/settings.h | 2 ++ src/termlists.c | 2 ++ src/termlists.h | 2 ++ src/test_config.c | 2 ++ src/test_normalize.c | 2 ++ src/test_reclists.c | 2 ++ src/test_record.c | 2 ++ src/test_relevance.c | 2 ++ src/test_sel_thread.c | 2 ++ src/zeerex.c | 2 ++ src/zeerex.h | 4 +++- 42 files changed, 83 insertions(+), 1 deletion(-) diff --git a/src/charsets.c b/src/charsets.c index ae3bde1..39ede26 100644 --- a/src/charsets.c +++ b/src/charsets.c @@ -248,7 +248,9 @@ static const char *pp2_get_sort_icu(pp2_relevance_token_t prt, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/charsets.h b/src/charsets.h index 7889320..ef7e333 100644 --- a/src/charsets.h +++ b/src/charsets.h @@ -56,7 +56,9 @@ pp2_charset_normalize_t pp2_charset_metadata_norm; /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/client.c b/src/client.c index 0cb4761..1d35d95 100644 --- a/src/client.c +++ b/src/client.c @@ -718,7 +718,9 @@ const char *client_get_url(struct client *cl) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/client.h b/src/client.h index 9496e9e..7db53d6 100644 --- a/src/client.h +++ b/src/client.h @@ -90,7 +90,9 @@ const char *client_get_url(struct client *cl); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/connection.c b/src/connection.c index d1e1b87..2b1c3d3 100644 --- a/src/connection.c +++ b/src/connection.c @@ -479,7 +479,9 @@ int client_prep_connection(struct client *cl) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/connection.h b/src/connection.h index 703df8e..ceb7269 100644 --- a/src/connection.h +++ b/src/connection.h @@ -48,7 +48,9 @@ void connection_continue(struct connection *co); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/database.c b/src/database.c index d6cdb2e..0370e89 100644 --- a/src/database.c +++ b/src/database.c @@ -293,7 +293,9 @@ int predef_grep_databases(void *context, struct database_criterion *cl, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/dirent.c b/src/dirent.c index d9c8777..16d24f4 100644 --- a/src/dirent.c +++ b/src/dirent.c @@ -80,6 +80,7 @@ void closedir(DIR *dd) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/direntz.h b/src/direntz.h index a465796..6b9574d 100644 --- a/src/direntz.h +++ b/src/direntz.h @@ -49,6 +49,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab diff --git a/src/eventl.c b/src/eventl.c index cc7e0ff..f2608cd 100644 --- a/src/eventl.c +++ b/src/eventl.c @@ -189,7 +189,9 @@ int event_loop(IOCHAN *iochans) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/getaddrinfo.c b/src/getaddrinfo.c index b504ec7..01cb15b 100644 --- a/src/getaddrinfo.c +++ b/src/getaddrinfo.c @@ -207,7 +207,9 @@ int host_getaddrinfo(struct host *host) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/host.h b/src/host.h index 22eac11..180d55a 100644 --- a/src/host.h +++ b/src/host.h @@ -34,7 +34,9 @@ struct host { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/http.c b/src/http.c index 10b9948..86f8dc2 100644 --- a/src/http.c +++ b/src/http.c @@ -1294,7 +1294,9 @@ void http_observer_set_data2(http_channel_observer_t obs, void *data2) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/http.h b/src/http.h index 3eb1c1a..cacabb0 100644 --- a/src/http.h +++ b/src/http.h @@ -128,7 +128,9 @@ struct http_channel *http_channel_observer_chan(http_channel_observer_t obs); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/http_command.c b/src/http_command.c index 16c890a..610daee 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -919,7 +919,9 @@ void http_command(struct http_channel *c) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/logic.c b/src/logic.c index 52868ec..4f811a4 100644 --- a/src/logic.c +++ b/src/logic.c @@ -1228,7 +1228,9 @@ struct record *ingest_record(struct client *cl, const char *rec, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/normalize7bit.c b/src/normalize7bit.c index f9aaa3e..1f993c9 100644 --- a/src/normalize7bit.c +++ b/src/normalize7bit.c @@ -124,7 +124,9 @@ int extract7bit_dates(const char *buf, int *first, int *last, int longdate) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/parameters.h b/src/parameters.h index 3ecd8cb..3a73c31 100644 --- a/src/parameters.h +++ b/src/parameters.h @@ -49,7 +49,9 @@ extern struct parameters global_parameters; /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/pazpar2.c b/src/pazpar2.c index e9c22c2..3352fa0 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -208,7 +208,9 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/pazpar2.h b/src/pazpar2.h index c1d6e65..2d01cf6 100644 --- a/src/pazpar2.h +++ b/src/pazpar2.h @@ -205,7 +205,9 @@ void pull_terms(NMEM nmem, struct ccl_rpn_node *n, char **termlist, int *num); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/pazpar2_config.c b/src/pazpar2_config.c index ab84f54..b209f78 100644 --- a/src/pazpar2_config.c +++ b/src/pazpar2_config.c @@ -632,7 +632,9 @@ int read_config(const char *fname) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/pazpar2_config.h b/src/pazpar2_config.h index 3fa68aa..233b557 100644 --- a/src/pazpar2_config.h +++ b/src/pazpar2_config.h @@ -190,7 +190,9 @@ xsltStylesheet *conf_load_stylesheet(const char *fname); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/reclists.c b/src/reclists.c index 20ac387..afb4e3c 100644 --- a/src/reclists.c +++ b/src/reclists.c @@ -340,7 +340,9 @@ struct record_cluster *reclist_insert( struct reclist *l, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/reclists.h b/src/reclists.h index 038d2d6..51653b1 100644 --- a/src/reclists.h +++ b/src/reclists.h @@ -77,7 +77,9 @@ struct reclist_sortparms *reclist_parse_sortparms(NMEM nmem, const char *parms); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/record.c b/src/record.c index 723f170..08b73f5 100644 --- a/src/record.c +++ b/src/record.c @@ -187,7 +187,9 @@ union data_types * record_assign_sortkey(NMEM nmem, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/record.h b/src/record.h index 0c9dff9..08ce3f4 100644 --- a/src/record.h +++ b/src/record.h @@ -121,7 +121,9 @@ struct record_cluster /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/relevance.c b/src/relevance.c index fbbd4fd..8690763 100644 --- a/src/relevance.c +++ b/src/relevance.c @@ -331,7 +331,9 @@ void relevance_prepare_read(struct relevance *rel, struct reclist *reclist) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/relevance.h b/src/relevance.h index 45e3817..4fba31e 100644 --- a/src/relevance.h +++ b/src/relevance.h @@ -41,7 +41,9 @@ void relevance_prepare_read(struct relevance *rel, struct reclist *rec); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/sel_thread.c b/src/sel_thread.c index 040dc4c..358ab3a 100644 --- a/src/sel_thread.c +++ b/src/sel_thread.c @@ -216,7 +216,9 @@ void *sel_thread_result(sel_thread_t p) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/sel_thread.h b/src/sel_thread.h index fe3f904..5253f01 100644 --- a/src/sel_thread.h +++ b/src/sel_thread.h @@ -68,7 +68,9 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/settings.c b/src/settings.c index 05d760f..cbe8baf 100644 --- a/src/settings.c +++ b/src/settings.c @@ -423,7 +423,9 @@ void init_settings(void) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/settings.h b/src/settings.h index 26cec98..971c474 100644 --- a/src/settings.h +++ b/src/settings.h @@ -59,7 +59,9 @@ void init_settings(void); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/termlists.c b/src/termlists.c index fd49cfa..619fe3c 100644 --- a/src/termlists.c +++ b/src/termlists.c @@ -186,7 +186,9 @@ struct termlist_score **termlist_highscore(struct termlist *tl, int *len) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/termlists.h b/src/termlists.h index 63d24fc..1bd27b1 100644 --- a/src/termlists.h +++ b/src/termlists.h @@ -39,7 +39,9 @@ struct termlist_score **termlist_highscore(struct termlist *tl, int *len); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_config.c b/src/test_config.c index 17c6381..c0b43d3 100644 --- a/src/test_config.c +++ b/src/test_config.c @@ -157,7 +157,9 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_normalize.c b/src/test_normalize.c index 2867706..e0dd7df 100644 --- a/src/test_normalize.c +++ b/src/test_normalize.c @@ -76,7 +76,9 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_reclists.c b/src/test_reclists.c index 89ea7dd..859a88b 100644 --- a/src/test_reclists.c +++ b/src/test_reclists.c @@ -95,7 +95,9 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_record.c b/src/test_record.c index d38f4fa..58da9e3 100644 --- a/src/test_record.c +++ b/src/test_record.c @@ -151,7 +151,9 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_relevance.c b/src/test_relevance.c index 9b72b97..7de25c3 100644 --- a/src/test_relevance.c +++ b/src/test_relevance.c @@ -217,7 +217,9 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/test_sel_thread.c b/src/test_sel_thread.c index a92dff4..971f2d2 100644 --- a/src/test_sel_thread.c +++ b/src/test_sel_thread.c @@ -135,7 +135,9 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/zeerex.c b/src/zeerex.c index 66856e7..e72fe53 100644 --- a/src/zeerex.c +++ b/src/zeerex.c @@ -701,7 +701,9 @@ struct zr_explain *zr_read_file(NMEM m, const char *fn) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ + diff --git a/src/zeerex.h b/src/zeerex.h index fa83a8a..bcb7be9 100644 --- a/src/zeerex.h +++ b/src/zeerex.h @@ -223,12 +223,14 @@ struct zr_explain *zr_read_xml(NMEM m, xmlNode *n); struct zr_explain *zr_read_file(NMEM m, const char *fn); const char *zr_langstr(Zr_langstr *s, const char *lang); +#endif + /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ -#endif -- 1.7.10.4