[PR #675] [MERGED] Reduce use of preprocessor #1596

Closed
opened 2026-03-04 02:01:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/675
Author: @gaul
Created: 11/18/2017
Status: Merged
Merged: 11/19/2017
Merged by: @ggtakec

Base: masterHead: define


📝 Commits (1)

  • 0418e53 Reduce use of preprocessor

📊 Changes

8 files changed (+62 additions, -59 deletions)

View changed files

📝 src/common.h (+1 -1)
📝 src/curl.cpp (+22 -21)
📝 src/curl.h (+6 -4)
📝 src/fdcache.cpp (+1 -1)
📝 src/gnutls_auth.cpp (+2 -6)
📝 src/s3fs.cpp (+25 -23)
📝 src/s3fs.h (+2 -1)
📝 src/string_util.h (+3 -2)

📄 Description

This provides type-safety and avoids token expansion side effects.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/675 **Author:** [@gaul](https://github.com/gaul) **Created:** 11/18/2017 **Status:** ✅ Merged **Merged:** 11/19/2017 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `define` --- ### 📝 Commits (1) - [`0418e53`](https://github.com/s3fs-fuse/s3fs-fuse/commit/0418e53b3c8248f4b03f3b8f47b4b91203e699a5) Reduce use of preprocessor ### 📊 Changes **8 files changed** (+62 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `src/common.h` (+1 -1) 📝 `src/curl.cpp` (+22 -21) 📝 `src/curl.h` (+6 -4) 📝 `src/fdcache.cpp` (+1 -1) 📝 `src/gnutls_auth.cpp` (+2 -6) 📝 `src/s3fs.cpp` (+25 -23) 📝 `src/s3fs.h` (+2 -1) 📝 `src/string_util.h` (+3 -2) </details> ### 📄 Description This provides type-safety and avoids token expansion side effects. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:01:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1596
No description provided.