dtaction: remove register keyword
This commit is contained in:
@@ -151,8 +151,8 @@ extern char *_DtGetMessage(char *filename, int set, int n, char *s);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
Boolean _DtWmStringsAreEqual(
|
Boolean _DtWmStringsAreEqual(
|
||||||
register char *in_str,
|
char *in_str,
|
||||||
register char *test_str) ;
|
char *test_str) ;
|
||||||
void CheckForDone(
|
void CheckForDone(
|
||||||
XtPointer clientData,
|
XtPointer clientData,
|
||||||
XtIntervalId id) ;
|
XtIntervalId id) ;
|
||||||
@@ -590,7 +590,7 @@ AddSuLog(
|
|||||||
char *toString;
|
char *toString;
|
||||||
struct tm *localtime ();
|
struct tm *localtime ();
|
||||||
|
|
||||||
register FILE * f;
|
FILE * f;
|
||||||
struct stat st;
|
struct stat st;
|
||||||
time_t timenow;
|
time_t timenow;
|
||||||
struct tm *now;
|
struct tm *now;
|
||||||
@@ -658,8 +658,8 @@ CleanPath(
|
|||||||
char *Path )
|
char *Path )
|
||||||
|
|
||||||
{
|
{
|
||||||
register char *StrippedPath;
|
char *StrippedPath;
|
||||||
register char *PathHead;
|
char *PathHead;
|
||||||
|
|
||||||
StrippedPath = PathHead = Path;
|
StrippedPath = PathHead = Path;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user