Przeglądaj źródła

Make once-used function inline

master
Arun Prakash Jana 4 lat temu
rodzic
commit
a1ec2236d8
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Wyświetl plik

@@ -1765,7 +1765,7 @@ static char *xgetenv(const char * const name, char *fallback)
}

/* Checks if an env variable is set to 1 */
static bool xgetenv_set(const char *name)
static inline bool xgetenv_set(const char *name)
{
char *value = getenv(name);



Ładowanie…
Anuluj
Zapisz