From 3082b97d8f2de1584430ad42671a0e056ed33be4 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Sun, 30 Dec 2012 17:23:14 +0000 Subject: [PATCH] Rename all files to match their primary symbol (avoids file conflicts in library archives) --- functions/_PDCLIB/{atomax.c => _PDCLIB_atomax.c} | 0 functions/_PDCLIB/{closeall.c => _PDCLIB_closeall.c} | 0 functions/_PDCLIB/{digits.c => _PDCLIB_digits.c} | 0 functions/_PDCLIB/{seed.c => _PDCLIB_seed.c} | 0 functions/_PDCLIB/{strtox_main.c => _PDCLIB_strtox_main.c} | 0 functions/_PDCLIB/{strtox_prelim.c => _PDCLIB_strtox_prelim.c} | 0 functions/{_PDCLIB/filemode.c => stdio/_PDCLIB_filemode.c} | 0 functions/{_PDCLIB/prepread.c => stdio/_PDCLIB_prepread.c} | 0 functions/{_PDCLIB/prepwrite.c => stdio/_PDCLIB_prepwrite.c} | 0 functions/{_PDCLIB/print.c => stdio/_PDCLIB_print.c} | 0 functions/{_PDCLIB/scan.c => stdio/_PDCLIB_scan.c} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename functions/_PDCLIB/{atomax.c => _PDCLIB_atomax.c} (100%) rename functions/_PDCLIB/{closeall.c => _PDCLIB_closeall.c} (100%) rename functions/_PDCLIB/{digits.c => _PDCLIB_digits.c} (100%) rename functions/_PDCLIB/{seed.c => _PDCLIB_seed.c} (100%) rename functions/_PDCLIB/{strtox_main.c => _PDCLIB_strtox_main.c} (100%) rename functions/_PDCLIB/{strtox_prelim.c => _PDCLIB_strtox_prelim.c} (100%) rename functions/{_PDCLIB/filemode.c => stdio/_PDCLIB_filemode.c} (100%) rename functions/{_PDCLIB/prepread.c => stdio/_PDCLIB_prepread.c} (100%) rename functions/{_PDCLIB/prepwrite.c => stdio/_PDCLIB_prepwrite.c} (100%) rename functions/{_PDCLIB/print.c => stdio/_PDCLIB_print.c} (100%) rename functions/{_PDCLIB/scan.c => stdio/_PDCLIB_scan.c} (100%) diff --git a/functions/_PDCLIB/atomax.c b/functions/_PDCLIB/_PDCLIB_atomax.c similarity index 100% rename from functions/_PDCLIB/atomax.c rename to functions/_PDCLIB/_PDCLIB_atomax.c diff --git a/functions/_PDCLIB/closeall.c b/functions/_PDCLIB/_PDCLIB_closeall.c similarity index 100% rename from functions/_PDCLIB/closeall.c rename to functions/_PDCLIB/_PDCLIB_closeall.c diff --git a/functions/_PDCLIB/digits.c b/functions/_PDCLIB/_PDCLIB_digits.c similarity index 100% rename from functions/_PDCLIB/digits.c rename to functions/_PDCLIB/_PDCLIB_digits.c diff --git a/functions/_PDCLIB/seed.c b/functions/_PDCLIB/_PDCLIB_seed.c similarity index 100% rename from functions/_PDCLIB/seed.c rename to functions/_PDCLIB/_PDCLIB_seed.c diff --git a/functions/_PDCLIB/strtox_main.c b/functions/_PDCLIB/_PDCLIB_strtox_main.c similarity index 100% rename from functions/_PDCLIB/strtox_main.c rename to functions/_PDCLIB/_PDCLIB_strtox_main.c diff --git a/functions/_PDCLIB/strtox_prelim.c b/functions/_PDCLIB/_PDCLIB_strtox_prelim.c similarity index 100% rename from functions/_PDCLIB/strtox_prelim.c rename to functions/_PDCLIB/_PDCLIB_strtox_prelim.c diff --git a/functions/_PDCLIB/filemode.c b/functions/stdio/_PDCLIB_filemode.c similarity index 100% rename from functions/_PDCLIB/filemode.c rename to functions/stdio/_PDCLIB_filemode.c diff --git a/functions/_PDCLIB/prepread.c b/functions/stdio/_PDCLIB_prepread.c similarity index 100% rename from functions/_PDCLIB/prepread.c rename to functions/stdio/_PDCLIB_prepread.c diff --git a/functions/_PDCLIB/prepwrite.c b/functions/stdio/_PDCLIB_prepwrite.c similarity index 100% rename from functions/_PDCLIB/prepwrite.c rename to functions/stdio/_PDCLIB_prepwrite.c diff --git a/functions/_PDCLIB/print.c b/functions/stdio/_PDCLIB_print.c similarity index 100% rename from functions/_PDCLIB/print.c rename to functions/stdio/_PDCLIB_print.c diff --git a/functions/_PDCLIB/scan.c b/functions/stdio/_PDCLIB_scan.c similarity index 100% rename from functions/_PDCLIB/scan.c rename to functions/stdio/_PDCLIB_scan.c -- 2.40.0