drop rcsid

This commit is contained in:
Love Hornquist Astrand
2009-09-07 21:22:46 -07:00
parent 9120d17eb0
commit 9e4bc686d3
14 changed files with 0 additions and 27 deletions

View File

@@ -32,7 +32,6 @@
*/
#include <config.h>
RCSID("$Id$");
/*! @mainpage Heimdal wind library
*

View File

@@ -48,8 +48,6 @@
#include "windlocl.h"
RCSID("$Id$");
static int version_flag = 0;
static int help_flag = 0;

View File

@@ -40,8 +40,6 @@
#include "map_table.h"
RCSID("$Id$");
static int
translation_cmp(const void *key, const void *data)
{

View File

@@ -42,8 +42,6 @@
#include "normalize_table.h"
RCSID("$Id$");
static int
translation_cmp(const void *key, const void *data)
{

View File

@@ -37,8 +37,6 @@
#include <string.h>
#include "windlocl.h"
RCSID("$Id$");
static const unsigned base = 36;
static const unsigned t_min = 1;
static const unsigned t_max = 26;

View File

@@ -39,8 +39,6 @@
#include <string.h>
#include <errno.h>
RCSID("$Id$");
/**
* Process a input UCS4 string according a string-prep profile.
*

View File

@@ -37,8 +37,6 @@
#include <stdio.h>
#include "windlocl.h"
RCSID("$Id$");
#define MAX_LENGTH 10
struct test {

View File

@@ -40,8 +40,6 @@
#include <assert.h>
#include "windlocl.h"
RCSID("$Id: test-utf8.c 22571 2008-02-05 20:22:06Z lha $");
#define MAX_LENGTH 10
struct testcase {

View File

@@ -41,8 +41,6 @@
#include "windlocl.h"
RCSID("$Id$");
#define MAX_LENGTH 2
struct example {

View File

@@ -44,8 +44,6 @@
#include "windlocl.h"
#include "normalize_table.h"
RCSID("$Id$");
static size_t
parse_vector(char *buf, uint32_t *v)
{

View File

@@ -37,8 +37,6 @@
#include <stdio.h>
#include "windlocl.h"
RCSID("$Id$");
static uint32_t positives[] = {
0x00A0, 0x3000,
0x0080, 0x009F, 0x206A, 0x206F, 0xFEFF,

View File

@@ -40,8 +40,6 @@
#include "windlocl.h"
#include "punycode_examples.h"
RCSID("$Id$");
int
main(void)
{

View File

@@ -39,8 +39,6 @@
#include <err.h>
#include "windlocl.h"
RCSID("$Id$");
static const char *failing_testcases[] = {
"\x80",
"\xFF",

View File

@@ -34,8 +34,6 @@
#include <config.h>
#include "windlocl.h"
RCSID("$Id$");
static int
utf8toutf32(const unsigned char **pp, uint32_t *out)
{